maverickminds Posted August 8, 2006 Share Posted August 8, 2006 Hello,I need some help with tables. please help me out. i have the following query:suppose i design a table having one row and 3 columns. Now 1 column is more in height than the other ones, now what IE would do is adjust the other columns by centering it in the space of the larger column and this messes up the layout.Please suggest that how to resolve this issue. Quote Link to comment Share on other sites More sharing options...
AndyB Posted August 8, 2006 Share Posted August 8, 2006 vertical alignment center is the default for table cells. If you want all content to be vertically aligned at the top ... <td valign="top">blah blah</td> will work. Quote Link to comment Share on other sites More sharing options...
perezf Posted August 10, 2006 Share Posted August 10, 2006 Yes you can apply valign to each tdvalign="top"valign="middle"valign="bottom" Quote Link to comment Share on other sites More sharing options...
elamparithi Posted August 10, 2006 Share Posted August 10, 2006 [quote author=perezf link=topic=103469.msg413132#msg413132 date=1155209729]Yes you can apply valign to each tdvalign="top"valign="middle"valign="bottom"[/quote] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.