Sent by Brady Gearring on 29 January 2003 19:07
i want to convert this table into NO table with css:
<table width="759" align="center" cellpadding="2" cellspacing="0"
border="0">
<tr>
<td>foo</td>
<td align="right">blah</td>
</tr>
</table>
i have this:
#footer {
background-color:transparent;
margin-top:0px;
margin-bottom:0px;
border-top:1px solid #bebcbc;
}
<div id="footer">
my 2 sections (foo and blah)
</div>
how can i split something into 2 pieces (table datas) with the code
being cross-browser (no netcape 4 is ok) ?
can someone help me? TIA....bg