For a table I like to present the column heads texte in a vertical position. So the texte is readable when you turn over your head to the right. Can this be done with HTML ?
Not really. Your best bet is to use an image, if you need it just once, or simply write the word in a column, like this:
T<br />
I<br />
T<br />
L<br />
E<br />
I remember there was once a javascript solution posted here, that had images of every letter and dynamically created vertical text. You could maybe try and search for that. However, if you have the luxury of knowing all your users have IE, then you could try solving the problem with IE CSS extensions. Tutorial can be found here: SSI Developer. Hope that helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.