View Single Post
(#3 (permalink))
Old
Opal is Offline
Private
Points: 194, Level: 2 Points: 194, Level: 2 Points: 194, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Opal is an unknown quantity at this point
 
 
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 25th, 2007

what do you mean by "comment boxes"? And what exactly are you trying to achieve? I can probably help since I'm good with css. LMK or post more info.

Well, those boxes are called textareas, so if you look at a page's source code that has them, you'll see them as <textarea></textarea>. Double check the page's source code first. But if you want to style textareas, do this -

textarea {
styling here;
}

Single-line boxes, like when you enter a user and password to log into a site, are called inputs.