Is there a way to format the text inside of a textarea tag. I've tried using a CSS style (eg. class="columntype") inside the tag, but it does no good. Any suggestions are much appreciated.
To my knowledge, no, there is no way. All a textarea can have is characters and whitespace. What excactly do you need the text formatted for? There might be some alternative.
I'm using a text area box as a work around. I am using it to simulate a scroll box like you would have in Flash, to display scrolling text because of limited space in the design of the web page. I don't want to use Flash in this page because a flash version of the site has also been created. If there is a way of doing scrolling text in html (which I doubt) or even with JavaScript, it would be just what I need.
Bookmarks