Problem with tables...

Hello,<br />
<br />
I have a few problems with my site layout. (My site is at <!-- m --><a class="postlink" href="http://www.coremagazine.net/fever">http://www.coremagazine.net/fever</a><!-- m -->.) One of the cells is a bit too large and I think it's due to the cell on the right.<br />
<br />
What I've done is I have two columns, with two rows on the left and one on the right with a rowspan attribute. However, I'd like the bottom cell (the bottom cell is everything after the robot picture) on the left to extend the largest, and the top cell on the left to only be as tall as the picture within it. I've tried setting the height, but it's not working properly<br />
<br />
Any help would be appreciated!<!--content-->maybe you can set in your td, the with of each one!<br />
<br />
<td with=100><br />
<br />
suc6!<br />
<br />
:cool:<!--content-->Rowspan and colspan can give troubles.<br />
You have to play with it, or use a new table in a td.<br />
<br />
/////// i used arachnophilia:<br />
a lot of unpair tags.... :(<br />
<br />
:rocker:<!--content-->The table is definetly stretching to match the height of the right table cell leaving a gap below the robot picture.<br />
<br />
Add a third table cell to the bottom of the left side and use rowspan=3 and add a &ampnbsp; character to the new cell and <br> tags until the top cell is pushed up to the bottom of the robot picture eliminating the unwanted gap. It will work. See attachment. I did it really fast and did not check your HTML code for errors which I suspect there could be. Your HTML code is very sloppy making it almost impossible to read.<!--content-->Check your code and fix the 197 [errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Ffever.nodestiny.net%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)].<br />
<br />
All easy stuff to fix. Many people have made the same mistakes before. Answers in many previous threads. Post again with details of any that you get stuck on.<!--content-->
 
Back
Top