Hopefully this is an easy solution.
I come from the old school tables layout.
I am trying to accomplish a layout using divs that I can easily do in tables but having trouble with using divs.
This is what I am trying to do (this is how i'd do it using tables).
<table width="750" border="1">
<tr>
<td width="500">con tent for this div here</td>
<td width="250" height="450" rowspan="2">con tent for cell here, this will span 2 rows.</td>
</tr>
<tr>
<td> content for this cell </td>
</tr>
</table>
I don't get it!
Any help would be great, thanks.
I come from the old school tables layout.
I am trying to accomplish a layout using divs that I can easily do in tables but having trouble with using divs.
This is what I am trying to do (this is how i'd do it using tables).
<table width="750" border="1">
<tr>
<td width="500">con tent for this div here</td>
<td width="250" height="450" rowspan="2">con tent for cell here, this will span 2 rows.</td>
</tr>
<tr>
<td> content for this cell </td>
</tr>
</table>
I don't get it!
Any help would be great, thanks.
Comment