Welcome Guest, Not a member yet? Register   Sign In
button css
#4

[eluser]Otemu[/eluser]
Hi,

You need to follow as said in the guide

Quote:Similar to other functions, you can submit an associative array in the first parameter if you prefer to set your own attributes.

So change this:

Code:
echo form_submit('submit', 'kirim', array('class' => 'button'));

to something like:

Code:
echo form_submit( array('class' => 'button', 'name' => 'kirim'), 'submit' );


Messages In This Thread
button css - by El Forum - 10-19-2013, 07:52 AM
button css - by El Forum - 10-19-2013, 10:01 AM
button css - by El Forum - 10-19-2013, 08:28 PM
button css - by El Forum - 10-20-2013, 01:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB