View Full Version : Text moves to middle of data cell


D0CTR1N4T10N
06-15-2004, 02:27 AM
Look at my site and you will see the problem.

http://www.freewebs.com/outreachexodus3

The text on the left sidebar and the text in the news column centers to halfway down the page.
I don't know if the problem is in the tables or what, but I can't figure out why it sent the text all the way down there...

Look at the source code if you need...

kittycat
06-15-2004, 02:46 AM
Add valign="top" to the <td> tag.

D0CTR1N4T10N
06-15-2004, 02:56 AM
Thanks. :)