How would I make this layout?

liunx

Guest
I think it used tables, I want something like:<br />
<!-- m --><a class="postlink" href="http://www.with-or-without.com/layout2.gif">http://www.with-or-without.com/layout2.gif</a><!-- m --><br />
<br />
And will you include the border and all that stuff in the HTML code you give me?<!--content-->can't really tell by that picture as it is to small.<br />
but I suspect it something like this<br />
<br />
<TABLE border="0" width="100%" cellspacing="1" cellpadding="0" bgcolor="#FFFFFF"><br />
<tr><td> your code</td><br />
</tr></table><br />
<br />
will only show a border in IE not NS<br />
<br />
but if you want a border to show in NS use this in the <tr> tag <br />
<tr bgcolor="eeeeee"><!--content-->
 
Back
Top