Welcome Guest, Not a member yet? Register   Sign In
using CSS..how?
#12

[eluser]Bart v B[/eluser]
It is not a button what you have but an anchor().. :coolsmile:

Code:
<?php

$data = array(
               'class' => 'ovalbutton',
               'style' => 'margin-left: 6px',
               'id'    => 'My-Form'
             );

echo anchor('#', 'Submit', $data);

?>
\

I think its beter to use just plain html for this.
Much easyer for you maybe?

EDIT you can use the id from the form tag to fire the action when use that button..

I have the same on my project:
http://cavia.bart-webdesign.nl/forum/login/

username: demo
password: demo


Messages In This Thread
using CSS..how? - by El Forum - 04-08-2010, 02:32 AM
using CSS..how? - by El Forum - 04-08-2010, 02:37 AM
using CSS..how? - by El Forum - 04-08-2010, 02:45 AM
using CSS..how? - by El Forum - 04-08-2010, 02:47 AM
using CSS..how? - by El Forum - 04-08-2010, 02:48 AM
using CSS..how? - by El Forum - 04-08-2010, 02:51 AM
using CSS..how? - by El Forum - 04-08-2010, 02:53 AM
using CSS..how? - by El Forum - 04-08-2010, 02:54 AM
using CSS..how? - by El Forum - 04-08-2010, 02:59 AM
using CSS..how? - by El Forum - 04-08-2010, 03:01 AM
using CSS..how? - by El Forum - 04-08-2010, 03:09 AM
using CSS..how? - by El Forum - 04-08-2010, 03:54 AM
using CSS..how? - by El Forum - 04-08-2010, 06:31 PM
using CSS..how? - by El Forum - 05-14-2010, 10:01 PM
using CSS..how? - by El Forum - 05-16-2010, 06:24 AM
using CSS..how? - by El Forum - 05-16-2010, 12:16 PM
using CSS..how? - by El Forum - 05-16-2010, 12:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB