I am using CI to create a project for a client, I have a submit button as an image but it doesn\'t seem to be submitting the form, the code I have at the moment is.
Is it across all browsers? Or IE specific? What about if you add an onclick event just for testing? onclick="javascript:document.formidhere.submit()"
I'd recommend using either or my preference would be to use
and just style the button with something like:
button{
background:url('/images/subscribe_free.jpg') no-repeat;
height:29px;
width:207px;
border:0;
}