
February 26th, 2004
06:11 AM
Neverside Newbie
Status: Offline!
I like this method, toicontien.
It seems simple and easier to use than other hacks I have seen.
I'll play around with this later...

February 26th, 2004
06:43 PM
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.
<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>
ITs 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?
___________________
