Welcome Guest, Not a member yet? Register   Sign In
Form Help
#2

[eluser]LuckyFella73[/eluser]
The userguide tells us this - should work:
Code:
$data = array(
              'name'        => 'username',
              'id'          => 'username',
              'value'       => 'johndoe',
              'rows'   => '8', // "rows" instead of "Maxlength" as with input type text
              'cols'        => '50', //"cols" instead of "size" as with input type text
              'style'       => 'width:50%'
            );
echo form_textarea($data);


Messages In This Thread
Form Help - by El Forum - 07-21-2011, 09:30 PM
Form Help - by El Forum - 07-22-2011, 02:06 AM
Form Help - by El Forum - 07-22-2011, 03:38 AM
Form Help - by El Forum - 07-22-2011, 09:54 AM
Form Help - by El Forum - 07-22-2011, 02:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB