Quote:
Originally Posted by Martyh
I'm using that code and it works fine, just wondering if the box that it appears in can be larger, can the size of that box be controlled on the form ? Columns and rows.
|
If you use a <textarea> then you can add in columns and rows, like this:
PHP Code:
$answer = '<textbox columns="40" rows="3" class="textbox" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[field8] . '" />';