Quote:
Originally Posted by thetradingforum
Just installed this mod.
Working great so far.
But how can I change the size of the "Text Area"?
|
You'll need to edit the plugin title "Custom Thread Forms [newthread_form_start]".
Here is the code for the text area
PHP Code:
$custom_form .= "<tr><td nowrap='nowrap'><label for='".$form['title']."'> ".$form['title']."$required <br /><textarea cols='70' rows='12' name='custom_$form[custom_formid]' ></textarea></label></td></tr>";