Yeah I went with button as the input. All is good.
Thanks
Dave
_
From: Eber Freitas Dias [mailto:eber.frei...@gmail.com]
Sent: September-25-09 11:29 PM
To: cake-php@googlegroups.com
Subject: Re: Style a Submit
You also should consider using the tag instead of the default input
Ow, by the way, you need to use type="submit":
Whatever you want here
[]'s
On Fri, Sep 25, 2009 at 10:58 PM, Eber Freitas Dias
wrote:
> You also should consider using the tag instead of the default
> input button.
>
> Take a look: http://www.w3schools.com/tags/tag_button.asp
>
> The button tag
You also should consider using the tag instead of the default input
button.
Take a look: http://www.w3schools.com/tags/tag_button.asp
The button tag is much more flexible as it is totally customizable, and you
can put orther elements inside of it, like images:
Then, you just close the form wi
The form should have an ID. Just create a CSS rule for #form_id
input[type='submit'].
Also, Cake's default is to put the submit button in a div with
class="submit" so you can use that, also, for your CSS selector.
On Fri, Sep 25, 2009 at 6:10 PM, Dave Maharaj :: WidePixels.com
wrote:
> How can