Resize the comments text box Resize the comments text box
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Resize the comments text box

Started by qsqwew, September 28, 2004, 11:01:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

qsqwew

Hi!

Could anyone tell how how I can resize the comments textbox?

Thanks for your answer and for the great job!

dav

Nibbler

It's in themes/yourtheme/theme.php

                                                <td width="80%">
                                                        <textarea cols="40" rows="2" class="textinput" name="msg_body" onselect="storeCaret_f{MSG_ID}(this);" onclick="storeCaret_f{MSG_ID}(this);" onkeyup="storeCaret_f{MSG_ID}(this);" style="width: 100%;">{MSG_BODY_RAW}</textarea>
                                                </td>