How do I resize the comment box? If you go [url=http://miso.zeeblo.com/b2/index.php?title=anyone&more=1&c=1&tb=1&pb=1#comments]here[/url], you can see that the box where people type their comments is extra-large. How do I resize it so that it fits in the iframe? I can see that the visitor's comment boxes are automatically resized, how come the other isn't? Please help me, the large box is rather annoying.
Add this to the bottom of your style sheet :-
.bComment textarea{
width:240px;
}
Change the 240px to suit your needs
¥