Moonlit
07-04-2003, 12:07 PM
Is there any way to change the scroll bar color for text areas? And how about the font size for the text?
Thanks!
Thanks!
|
View Full Version : Text area Moonlit 07-04-2003, 12:07 PM Is there any way to change the scroll bar color for text areas? And how about the font size for the text? Thanks! Lissa 07-04-2003, 12:36 PM You can do it with style sheets: http://www.lissaexplains.com/css.shtml Moonlit 07-04-2003, 12:55 PM Thanks a lot...I missed that part somehow. One thing I'm having trouble with is getting rid of the underlines on links. I put in the code...and it gets rid of some underlines, but not all of them. bellportal 07-04-2003, 02:23 PM Do some of the links still underlined have any DIV/CSS code around them that would keep them underlined? pb&j 07-04-2003, 04:37 PM can you post the code you used to get rid of the underlines? this one should have done the trick for all... <style type="text/css"> a {text-decoration:none;} </style> unless you have created a second link "class" and put the underlines back onto some specific links in error. |