top



Quick reply text exceeding Asdasd11

How can i fix this?
The text inside the quick reply exceeding in the box?
Help please. Thanks Smile.

You either enlarge the quick reply box or reduce the width and height of the textbox.

Aw. Still, i edit the height, the width, still the same. Can u help me fix this?
Here's the CSS of my quick reply.

Code:

#textarea_content label {
        display:none;
   }
#text_editor_textarea.quick_reply_textarea {
        width : 590px !important;
        margin-left: -3px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 17px;
        }
#quick_reply #textarea_content textarea {
        border : none;
        background : transparent;
        resize:none;
        }
#quick_reply  #textarea_content .dd-textarea {
        margin-top: 5px;
        margin-left: 116px;
        background : transparent url(http://i40.tinypic.com/efnc6s.png) no-repeat;
        width : 612px;
        height : 160px;
        }

Can I have a look at the page? I need to know what's what.