forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: qsqwew on September 28, 2004, 11:01:46 pm

Title: Resize the comments text box
Post by: qsqwew on September 28, 2004, 11:01:46 pm
Hi!

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

Thanks for your answer and for the great job!

dav
Title: Re: Resize the comments text box
Post by: Nibbler on September 28, 2004, 11:08:30 pm
It's in themes/yourtheme/theme.php

Code: [Select]
                                                <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>