Going Crazy

liunx

Guest
I am completely missing something :splat: trying to get <<--This Page-->> (<!-- m --><a class="postlink" href="http://wpfta.ods.org">http://wpfta.ods.org</a><!-- m -->) to work right in Netscape.<br />
<br />
I started all over from scratch carefully coding it by hand and am still missing some tags somewhere. :anykey: <br />
<br />
I am trying to keep the entire table to be no larger than 640x480 and set the banner/logo across the top in a table with two tables below it. One for the margin and one for the body. <br />
It looks perfect in IE but with NS it is a mess. :( <br />
<br />
When I close some tables they end up outside of the main table like NS is showing, but when I leave them open they don't retain the size and position I am trying to acheive.<br />
<br />
Can what I am trying to do be done?<!--content-->you can go crazy we'll let you :D<br />
<br />
ok I seen some tags you missed. the first one is in the first table.<br />
<br />
<br />
<table border="3" cellpadding="0" bordercolor=purple><br />
<tr><br />
<td width="634" height="124" colspan=2 bgcolor=#4e387e><br />
<!-- tab table here --><br />
<table align=center><br />
<tr><br />
<td><img border="0" src=http://www.htmlforums.com/archive/index.php/"banner.jpg" align="center" width="345" height="124" alt="WPFTA BANNER"></td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
<tr><br />
<br />
you forgot to close the cell and tray. then you have some tags backwards </tr></td> when it should be </td></tr>. those are after the links.<br />
<br />
actually you have the rest backwards too. take the blue pill and call me in the morning :D<!--content-->oh and add another <br />
<br />
</td></tr><br />
</table><br />
<br />
to the end right before the closing font tag. that is the main problem<!--content-->Close the data before closing the row. :bash: <br />
<br />
Dumb question -- what is a tray?<!--content-->not a dumb question. I call them tray as that makes since to me <tr> tray see the resemblence? :)<br />
<br />
but they are rows I think. sorry for the confusion it is just easier for me.<br />
<br />
:stupid:<!--content--><tr> = Tray = Table row :cool: <br />
<br />
Could <td> = Dump data here? :D <br />
<br />
<br />
Thanks for the help furry one :cool:<!--content-->
 
Back
Top