Tables, html tables. How do I make the text stay at the top of the table?

If I have two td's (so they are next to eachother) and one of them is taller than the other, the text in the shorter one centers vertically, rather than staying at the top. How do I make it not do that?

Public Comments

  1. valign="top"
  2. In your <td> add the valign command: <td VALIGN=TOP>
  3. Not sure. but there is a great site called HTMLGoodies.com that has tutorials that can teach you lots of html and java. Its a free site.
  4. <td valign=top>
  5. Well i'm guessing that u already know how to to tables in webpages by the code like I THINK THAT ITS <tr> <th></th> </tr> <tr> <td></td> <td valign=top></td> </tr> ask a person who knows all the codes and exactlly where u makin the mistake.
  6. You use this tag <td valign=top></td> your text will be at the top of table
Powered by Yahoo! Answers