I've got a site with a lto of forms, and the "submit' buttons are jsut too dull. Is there some way I can subsitute a graphical button I have created for a submit button?
Hello Nippi, ok, if you use dreamweaver, you can do like this:
instead of <input type="submit" name="Submit" value="Submit">
replace the Type and add the image source as followed
<input type="image" name="Submit" value="Submit" src="your-image">
That's it. Good luck
ShogunMast@hotmail.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.