Posted by plenty900 on 01/25/08 20:04
Hi folks,
Can someone show me how to convert this to div/span format?
<table width=100%>
<tr>
<td>
<table>
<tr><td width=100>1</td></tr>
<tr><td>2</td></tr>
</table>
</td>
<td width=200> 3 </td>
</tr>
</table>
Is there a good tutorial on how to convert a table-based
layout to DIVs and SPANs?
Thanks.
[Back to original message]
|