View Single Post
  #4 (permalink)  
Old Oct 2nd, 2006, 14:14
Corey Bryant Corey Bryant is offline
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: cell won't align to top vertically

As the other poster stated, using the proper DOCTYPE will help you some. And instead of using the
Code: Select all
valign="top"
he is recommending using CSS and applying the
Code: Select all
style="vertical-align:top;"
to your <td> tag
Reply With Quote