Nested Tables

liunx

Guest
I desperately need help with a page that has a few nested tables in it.<br />
Trouble is, I get lost in all the code, and frontpage and firstpage both tell me that everythings right, and when i scan it, I seem to think everything was right, but the writing down the bottom was setting up BELOW the table, instead of IN it.<br />
<br />
This is what it looks like before uploading, and is exactly what I want.<br />
<!-- m --><a class="postlink" href="http://www.antipopstars.net/__df-overflow/iwant.jpg">http://www.antipopstars.net/__df-overflow/iwant.jpg</a><!-- m --> <br />
<br />
But this (<!-- m --><a class="postlink" href="http://www.antipopstars.net/__df-overflow/heist/index.shtml">http://www.antipopstars.net/__df-overfl ... ndex.shtml</a><!-- m -->) is what I end up with.<br />
<br />
:confused: :confused: <br />
It shows up right before I upload, then doesn't display right when it's on the net.<!--content-->Okay, I opened your page in dreamweaver and it highlighted quite a few errors in the code.<br />
<br />
Firstly you have an unclosed center tag:<br />
<br />
<BODY BGCOLOR="#231F34" LINK="#49426C" VLINK="#49426C" ALINK="#49426C" <br />
BACKGROUND="images/bg.gif"><br />
<br />
<DIV ALIGN="center"><br />
<CENTER> <br />
<br />
Then you have an unclosed or overlapping DIV tag:<br />
<br />
<!-- forum stuff--> <br />
<TABLE BORDER="2" CELLPADDING="2" CELLSPACING="0" <DIV ALIGN="right"> <br />
<br />
<br />
Then an unclosed or overlapping font tag:<br />
<br />
TARGET="forums"><SPAN CLASS="title">Forums</SPAN></A></TD><br />
</TR><br />
<TR><br />
<TD><FONT SIZE="1"> Last posts on the forums:<BR><br />
<br />
<br />
Another overlapping one:<br />
<br />
<font face="tahoma" size=1> dv8troy</a>&nbsp;Guests: 0 - Members: 1<hr></td></tr></table></FONT><br />
<br />
<br />
And then some extra unneeded table tags:<br />
<br />
</BLOCKQUOTE><br />
</TD></TR><br />
<TR><br />
<TD VALIGN="top"><SPAN CLASS="info"># <br />
110</SPAN>&nbsp;</TD><br />
<TD VALIGN="top"><CENTER><br />
<P>?<A HREF=http://www.htmlforums.com/archive/index.php/"http://darkenedfairytales.com/vesta/" <br />
TARGET="vesta productions">vesta productions</A> 2002.</P><br />
</CENTER></TD><br />
</TR><br />
</TABLE><br />
</CENTER><br />
</DIV><br />
</BODY><br />
</HTML><br />
<br />
<br />
I don't know if that will sort out your problems.<!--content-->Okay, I found a few minutes to have a closer look at this. I'm not entirely sure why all of these these things have been flagged up. Don't go deleting all the highlighted tags as this won't solve the problem!! It's likely that you've got some of the tags in the wrong order and not properly nested. If I get time later I'll go through it properly and see if I can sort it out. No promises though! ;)<!--content-->It looks to me like you're missing this:<br />
<br />
<table><br />
<tr><br />
<td><br />
<br />
Immediately above this:<br />
<H1>News - Updates</H1><br />
<br />
I hope this helps...<br />
<br />
:)<!--content-->That would certainly explain some of it! ;)<!--content-->Thanks, I've fixed it. :) <br />
<br />
There's just two things that I find strange:<br />
1) It displayed fine when it wasn't uploaded in IE, but not after<br />
and<br />
2) frontpage couldn't find an error (not that that suprises me :rolleyes: )<br />
<br />
(edit to say:<br />
<br />
I worked out it was actually a problem with the ssi templates.... that's why it was fine when not on the internet, but once the ssi templetes were implemented, the tables screwed up :o )<!--content-->
 
Back
Top