ok I see now that im pretty n00b with Div's. I tried to make a div that would perform the function of this table.
code:
<table width=400 height=70>
<tr>
<td width="85"> </td>
<td width="315" valign="top">
<table width="315" height="60">
<tr>
<td height="20"> </td>
</tr>
<tr>
<td height="50"> </td>
</tr>
</table>
</td>
</tr>
</table>
I failed.
It's basically a Table with two columns
The 85 px column holds a picture, then the right column needs to hold 2 more rows, I do this by declaring another table. I tried to make that with divs, and it kinda worked in IE, but as you can see above, its ugly in Mozilla. So any suggestions?