What is wrong with my table?

liunx

Guest
Can someone please help me? I have (mostly) made my site which in tables, but i am having trouble keeping the sizes of the rows at the same height even though I havent specified a height in pixels or percent.<br />
<br />
My site is here at <!-- w --><a class="postlink" href="http://www.steddy.co.uk/spooks/">www.steddy.co.uk/spooks/</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.steddy.co.uk/spooks/">http://www.steddy.co.uk/spooks/</a><!-- m -->)<br />
<br />
The exact problem is left panel with the News, Matches, Members etc rows.<br />
<br />
On different pages they are different heights. Members, Screenshots and Links pages all have the right sizes but all the other pages have extra height.<br />
<br />
I really can't find the reason why. So can anyone help me please, as it is driving me mad.<br />
<br />
Thanks for any help you can give me. :)<br />
<br />
<br />
P.S The borders are still on there to help to create it but i should be removing them soon.<!--content-->Its probably because you haven't actually specified the height of the rows, try doing this.<br />
<br />
I cant see anything wrong with the rows, but i hope this answer helps!<!--content-->Hi.....<br />
yep some errors.......<br />
matches:<br />
missing td:<br />
vs IRF (7:00 - 8:20)<br />
</center><br />
<br><br />
</td><br />
<!-- td tag missing --><br />
</tr><br />
<tr><br />
<td bgcolor="7F91A5"><br />
<a href=http://www.htmlforums.com/archive/index.php/"matches.html"<br />
<br />
Missing tr:<br />
<br />
</tr><br />
<!-- missing tr --><br />
<tr><br />
<td bgcolor="7F91A5" height="300"><br />
&nbsp;<br />
</td><br />
</tr><br />
</table><br />
</body><br />
</html><br />
----<br />
screenshots: one unpair td<br />
applicationform: one unpair td and tr<br />
members: one unpair td<br />
<br />
I used Arachnophilia to Beautify the code.<br />
So look where the unapair tags are.<!--content-->Awww, and there was me looking at the index page which completely validates to HTML 4.01 (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.steddy.co.uk%2Fspooks%2F&charset=%28detect+automatically%29&doctype=Inline&ss=&sp=">http://validator.w3.org/check?uri=http% ... ne&ss=&sp=</a><!-- m -->).<!--content-->Thanks all.<br />
I've fixed the errors you said petervazed, but I still have the same problem<br />
The Index page which as you say hasnt got any errors on it has the row height problem. So now i am completly lost.<br />
<br />
I've compared the working pages and the broken ones and cant see why its happening.<br />
Any other suggestions?<!--content-->Yep...<br />
you have to redo the menupart:confused: <br />
Well...... where is the link: News?<br />
Where are the other links in your html code?<br />
<br />
At the wrong place.<br />
I have seen it yesterday, but because you are using colspan, I thought it would be ok.<br />
(Rowspan and Colspan used in tables is not easy to find the error)<br />
<br />
What have I done?<br />
Placed the menu part in the right place AND in a table.<br />
<br />
Take the file ;)<br />
:rocker:<!--content-->
 
Back
Top