View Full Version : Rotating text


toolman
10-01-2003, 09:10 PM
Is there a way to rotate tex so that i reads vertically up the page without using graphics, just normal html text?

stargrl329
10-01-2003, 11:14 PM
this has been brought up in a previous thread: http://www.lissaexplains.com/forum/showthread.php?s=&threadid=41272&highlight=90%2A+text

in that thread, magicsun kindly provided this link: http://www.ssi-developer.net/css/vertical-text.shtml

toolman
10-02-2003, 02:34 PM
Thankyou :) Got it working. Another question: is it possible to remove the text cursor in a div?

stargrl329
10-02-2003, 07:49 PM
sure, you can just put this code in your head tag:

<style type="text/css">
div{ cursor:default; }
</style>

of course, you can change default (the normal arrow cursor) to anything.

toolman
10-02-2003, 08:13 PM
Nice one :D Thank you :D

stargrl329
10-02-2003, 08:15 PM
no problem :)

toolman
10-22-2003, 01:23 PM
Is it possible to rotate the text 45 degrees?