View Full Version : vertical height problems...


>LK<
06-06-2004, 03:29 AM
This was the continuation of a question in the HTML forum but as no one has replied for a week I thought I would post that part in this forum.

anyway... This is the page in question:

clicky (http://www.lkmods.net/layout/mess.html)


OK now the problem is that I want the length the part that comes down to go down with the text I have in there. The problem is that when I add more text the layout get's messed up. What happens is the nav bar on the left comes down a bit and spaces get evenly distributed veticaly all along that left column. Right now the one cell that is holding the whole thing together is the one containing the left vertical bar of the part that juts down. It is located in the following code:


<tr>
<td colspan=2 rowspan=2 width=127 height=10></td>
<td width=40 height=230><img src="images/vbar.gif" width=100% height=100%></td>
</tr>




What I need is the part that comes down to move with whatever size content I have put in the content area. I love tables.. but sometimes they are hard to figure out :)

LK



EDIT:: the whole thing seems to be offset to the right a bit as well... doesn't look like that oin the version I have on my HD so what might be going on with that?

zangerbanger
06-06-2004, 03:42 AM
Try adding valign="top" to all of your columns.

>LK<
06-06-2004, 04:12 AM
Try adding valign="top" to all of your columns.

I'll try it but I don't see how it will help : /

>LK<
06-06-2004, 04:24 AM
I'll try it but I don't see how it will help : /


and it didn't :(


Anyone else have any ideas?