1 blog_angel Jan 29, 2009 17:25
3 blog_angel Jan 29, 2009 18:06
You mean this:
#commentform textarea {
width: 400px;
padding: 0;
margin: 0px 0px 10px 0;
}
Tried changing that, but nothing happens.
4 yabba Jan 29, 2009 18:18
You'll probably have more luck with :
.bComment textarea{
width:400px;
}
¥
5 blog_angel Jan 29, 2009 18:24
Blond Bimbo my keister! You're a ruddy genius! I added that to my stylesheet, changed the width and voile, I am once again in control - Thanks ever so much!
6 yabba Jan 29, 2009 19:07
I keep telling people I'm a bloody genius ... but they never listen :(
¥
Just target the text area in your skins stylesheet
¥