PDA

View Full Version : How can you stylize your text in a text area box that


sparkey406
08-01-2008, 04:01 PM
to subscript formated for css and html to appear as code i want my box to be formatted to subscript, but its formatted to not use the . i want to stylize all the text to subscript. i wanna know the how i would add the stylizing part to my scroll box

my scroll box code:

<a href="http://www.msplinks.com/MDFodHRwOi8vbXlzcGFjZS5jb20vc2NvdHRpc2hib3kxMDE="></a>

Effie E
08-01-2008, 06:00 PM
http://gettinginfo.us.to
you can get much information in this website,stay a minute in website and check anyone link at a time,you can aslo get your answer in Google Search in this website, which has helped me alot

Cookie
08-01-2008, 08:00 PM
You confused me a little. You want to change the font INSIDE the text area? (Correct me if I'm wrong). Well then you do this:
textarea {font-family:Arial; font-size:9px;}CODES HERE