Hi
Since I've updated Contact Form 7 to the latest version (3.5.1) I'm now getting the word 'Send' over the top of the button images that I use to send the completed form.
Below is the code I use in code I'm using for the button image in CF7:
<div style="float: left; width: 100%;">
<p style="padding-left: 314px;">[submit class:submitbutton " "]</p>
</div>
<br style="clear: both;" />
and here is the CSS:
.submitbutton
{
border:none; /* No border around the submit button */
width:247px; /* Width of image */
height:62px; /* Height of image */
background-image:url(/images/submit_button.jpg);
background-repeat:no-repeat;
cursor: pointer;
}
All has been working fine until the latest update.
I believe I need to change something on this line but I can't get my head round it can anybody please help, thanks.
<p style="padding-left: 314px;">[submit class:submitbutton " "]</p>
Cheers
John