View Full Version : Text Moving


Jonathon
05-11-2003, 07:32 PM
[FONT=arial][COLOR=red]Ok, I have my webpage, but it is not online yet, so if you want to see it, just PM me and I'll give you the code.

Right, I have split my pages into 3 tables and done everything right (I think) and I have my Nav on the right, content in the middle and a poll on the left.

The thing is, that when I put something in the content part, all the nav and the poll move down with it, how can I stop it and keep it so that the nav stays at the top?

*By the way, I'm not very good at HTML, but hopefully I will learn using these forums.*

amicus
05-11-2003, 08:22 PM
make your 'td' tags align to the top or your 'tr' depending on what you want. here's both.

<tr valign="top">
<td valign="top">

Jonathon
05-11-2003, 08:26 PM
Thanks, that worked. And so simple to fix lol.