This is my submit button right now:
<input name="Submit2" type="submit" value="Submit">
I want to make it a jpg
| SitePoint Sponsor |



This is my submit button right now:
<input name="Submit2" type="submit" value="Submit">
I want to make it a jpg
Opportunity favors the prepared mind.

Try this:Code HTML4Strict:<input src="image.jpg" name="Submit2" value="" type="image">![]()


Ben, you forgot the important alt attribute, which is required for image inputs!
Code HTML4Strict:<input type="image" name="Submit2" src="image.jpg" alt="Submit" value="Submit">
Birnam wood is come to Dunsinane



thank you! it worked perfectly
Opportunity favors the prepared mind.

Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work



Bookmarks