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

[eluser]davy_yg[/eluser]

Hello,

my html css works well:

<input type="submit" name="submit" value="kirim" class="button">

contact.css

Code:
#carticle3 .button {border:2x solid; background-color:#efeded; padding: 3px; border-radius: 4px; width: 80px;}

Then, when I change the code to this:

Code:
<?php    
  
      echo form_submit('submit', 'kirim');

?&gt;<br>

The button css does not apply. What should I do so that the button css still being applied to the button.



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