Quote:
Originally Posted by Howell
I changed the size of the box by editing the template: gtpm_quickreply
All I did was change code: style="width:300px" to style="width:650px"
FIND
Code:
<input type="text" class="bginput" name="title" value="$pm[title]" size="50" maxlength="85" tabindex="1" style="width:300px" />
REPLACE WITH
Code:
<input type="text" class="bginput" name="title" value="$pm[title]" size="50" maxlength="85" tabindex="1" style="width:650px" />
Hope this is okay with Princeton. 
|
A more flexible option would be to set it as:
Code:
<input type="text" class="bginput" name="title" value="$pm[title]" size="50" maxlength="85" tabindex="1" style="width:$stylevar[formwidth_usercp]" />