![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've been trying to get the text of a menu list to align at the bottom of a table cell. |
|
table border="1" width="700px" align="center" cellspacing="0" |
|
td height="22" colspan="2" valign="bottom" ul - - /ul></td |
#3
| |||
| |||
|
|
Patrick Sullivan <psully99 (AT) bellsouth (DOT) net> scripsit: I've been trying to get the text of a menu list to align at the bottom of a table cell. You should have posted the URL of your best effort. Don't stop thinking about the matter before you realize why. Hint: try copying the fragment you posted and turning it into page that can be tested. Notice in particular what happens to the image and to the quasicomments. table border="1" width="700px" align="center" cellspacing="0" You should really design the page from scratch. Fixed-width layout tables are a complicated way of creating problems that can only be solved by a rewrite of the page. td height="22" colspan="2" valign="bottom" ul - - /ul></td On the very technical side, a <ul> element typically have default margins, or at least a default bottom margin, and to remove them you would use ul { margin: 0; } -- Jukka K. Korpela ("Yucca") http://www.cs.tut.fi/~jkorpela/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |