Link to home
Start Free TrialLog in
Avatar of DS928
DS928Flag for United States of America

asked on

Contact Form Image Button

I have a contact form that was working.  When I switched from a submit button it stopped sending emails.

http://menuhead.com/contactthehead.php

When I change from this.....

<input name="contactus" type="submit" id="contactus" style="width:225px;height:70px" value="Submit" src="Images/Buttons/BigRedSendMail.png"/>

to this...

<input name="contactus" type="image" id="contactus" style="width:225px;height:70px" value="Submit" src="Images/Buttons/BigRedSendMail.png"/>

Themail no longer is sent.
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DS928

ASKER

Tried this...

#Contactus {
 color: #fff;
 font-size: 0;
 width: 225px;
 height: 70px;
 border: none;
 margin: 0;
 padding: 0;
 background: url(Images/Buttons/BigRedSendMail.png) no-repeat;
}

<input name="contactus" type="submit" id="Contactus"/>

The image shows in design view but not on the web.
Have you uploaded the changes as I cannot see them.
Avatar of DS928

ASKER

156 is the CSS
311 is the Submit button.
Using Chrome.
Uh? What does that mean?
Avatar of DS928

ASKER

When I view the Source code in Chrome.  Thats the line numbers for the CSS and the Submit number.
Can you upload the new css, it isn't online.
Avatar of DS928

ASKER

#Contactus {
 color: #fff;
 font-size: 0;
 width: 225px;
 height: 70px;
 border: none;
 margin: 0;
 padding: 0;
 background: url(Images/Buttons/BigRedSendMail.png) no-repeat;
}

<input name="contactus" type="submit" id="Contactus"/>
Ok, looks fine to me whats wrong with it?
Avatar of DS928

ASKER

For the love of.............It's working now. Thank you for your help and.................patience.