Quote:
Originally Posted by antialiasis
There doesn't appear to be any way to make a textarea match the width of the box around it exactly. width="100%" doesn't do anything. So I'm afraid that's not possible.
|
I found this:
Code:
<td class="alt1" align="center">
<textarea name="notepad" rows="7" cols="45">{$vbulletin->userinfo['notepad']}</textarea>
<input type="hidden" name="do" value="savenotepad" /></td>
And changed it to this:
Code:
<textarea name="notepad" rows="12" cols="80">{$vbulletin->userinfo['notepad']}</textarea>
Here is a screenshot and no the forum width isn't messed up :