[thelist] CSS and alignment in tables
Teresa_Molina@hartehanks.com
Teresa_Molina@hartehanks.com
Thu Jul 13 09:27:04 2000
The CSS property you're probably looking for is:
vertical-align
with possibilities: baseline | sub | super | top | text-top | middle | bottom |
text-bottom |
HTH
Teresa
Please respond to thelist@lists.evolt.org
To: thelist@lists.evolt.org
cc: (bcc: Teresa Molina/Data-Technologies/Harte-Hanks)
Subject: [thelist] CSS and alignment in tables
I've got a huge table which contents I render with CSS (putting class
attributes in all <td> tags). How can I use CSS rather than the
valign="top" attribute of the cells to display the contents at the top of
the cells? Is it really not possible? I can't find anything in my O'Reilly
book.
Niklaus.