Click to See Complete Forum and Search --> : Div's problem (very important)


john_zakaria
02-02-2010, 03:33 AM
i want to transfer this table to div's but i tried many times and i can not make it...

so please i need help


<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="159" align="left" valign="top" style="background-color:#F00">first td</td>
<td width="460" class="middle" valign="top" style="background-color:#FF0">second td</td>
<td width="180" rowspan="2" valign="top" style=" background-color:#ff0000"><p>third td which contains rowspan =2 </p>
<p>&nbsp;</p>
<p>to let it finish with the footer</p></td>
</tr>
<tr>
<td height="60" colspan="2" align="left" valign="top" style="background-color:#C60"><br />
new tr that contains colspan = 2
<br />
&amp;copy 2002 -
2010
, All Rights Reserved. </td>
</tr>
</table>


please help me i need to fix my problem quickly

coothead
02-02-2010, 07:18 AM
http://www.htmlforums.com/showpost.php?p=730197&postcount=2

claytonseo
02-02-2010, 08:50 AM
<div style="width:800px; margin:0 auto;"> /*wrapper div*/

<div style="width:195px; float:left;>first td</div>

etc etc etc




</div>