Posted by jjr on 05/21/06 18:40
i'm trying to shy away from the ever unpopular use of tables for the
layout of my webpage. i need to know if there is a way to use div to get
the same result as i would if i were to use the following:
<table border="0" width="100%">
<tr>
<td width="361"> </td>
<td> </td>
<td width="156"> </td>
</tr>
<tr>
<td width="361"> </td>
<td> </td>
<td width="156"> </td>
</tr>
<tr>
<td width="361"> </td>
<td> </td>
<td width="156"> </td>
</tr>
<tr>
<td width="361"> </td>
<td> </td>
<td width="156"> </td>
</tr>
<tr>
<td width="361"> </td>
<td> </td>
<td width="156"> </td>
</tr>
<tr>
<td width="361"> </td>
<td> </td>
<td width="156"> </td>
</tr>
</table>
thanks in advance
"is it supposed to smoke like that?"
Navigation:
[Reply to this message]
|