Thanks so much nancy.....Nancy O.
table {
border-collapse:collapse;
border:none;
}
td.red_lines_border {
border-top: 1px solid red;
border-bottom: 1px solid red;
}
hi, copied and pasted above code you so kindly wrote out into css.
and did this in html:
<table width="367" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="red_lines_border">
<p> </p>
<p> </p>
</td>
</tr>
</table>
looks great in design view, but see nothing in live view or when uploaded....
what do we think?
i have not put any other rules for td or table tags in the css
thanks again