Sat, 2004-01-10 12:57
I am migrating from straight html to css. What is the syntax for aligning text in a td on the bottom? Also how about the colspan equivalent?
Thanks a ton!
By the way, nice looking forum!
Sun, 2004-01-11 10:38
#1
VAlign using styles
have you tried:
td { vertical-align: bottom; }
not sure about colspan as its a table structure dependable only attribute.