Tagged Questions
46
votes
10answers
54k views
Vertical (rotated) text in HTML table
Is there a (portable) way to rotate text in a HTML table cell by 90°?
(I have a table with many columns and much text for the headings, so I'd like to write it vertically to save space.)
1
vote
5answers
3k views
Is there a way to rotate text input?
I have to align a textbox and some text, at about 30 degrees, like this:
I would like it to work at least in IE and FF.
everything I found on the net deals with image rotation.
Anyone?
0
votes
2answers
38 views
Can I replace an image with a custom font?
On my website I'm currently using image files to represent custom fonts. I'm wondering if I can replace this with actual text but with a font that may not be installed on the viewer's system. How can ...