Welcome Guest, Not a member yet? Register   Sign In
form_textarea() on bootstrap?
#1

[eluser]whygod[/eluser]
Hi guys,
I have these codes below regarding form_textarea()
Code:
$data = array(
               'name'        => 'footer_text',
               'id'          => 'footer_text',
                      'value'       => '',
               'cols'    => '80',
               'rows'        => '10',
             );
            
echo form_textarea($data, set_value('footer_text'));

The problem with this is it won't stretch properly the width on boostrap.
What could be the right fix for this?

Thank you very much in advanced.

#2

[eluser]CroNiX[/eluser]
instead of rows/columns give it a % width in the css




Theme © iAndrew 2016 - Forum software by © MyBB