Hi,
I have an html table, and I want to put into each cell 3 snippets of  
text:

- "text 1" at the top, centered,
- "text 2" at the bottom left,
- "text 3" at the bottom right.

I manage to have "text 1" correctly placed with a property "vertical- 
align:top" of the "td" element, and to have "text 2" and "text 3"  
horizontally placed with a float, but I don't know how to move down  
the block "text 2 ... text 3". Of course it can be done manually by  
specifiying a distance, but I consider this brittle and inelegant, to  
say the least.

Furthermore, "text 2" is actually something like "blah blah<sup>sup</ 
sup>", and I end up with the baseline of "text 3" aligned with that  
of "sup" !

Thank you very much in advance if you can help a poor newbie.

cyber

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to