Web Design
Custom Form Buttons

Did you know you do not have to settle with the standard, boring form submit button? You can create your own submit button with the same look and feel of your web site. After creating your button and creating your form, replace the form input tag as shown:
Before: Standard form input tag : <input type="submit" name="submit" value="Submit">
After: Form input tag with a custom button: <input type="image" name="submit" src="image.jpg" width="126" height="18">
Replace the image.jpg with the name of your image and change the width and height properties to coincide with the exact dimensions of your custom button. Be sure to upload the custom button image to your web site server.
BasicTemplates.com Members have access to 50 custom form buttons in fully layered PSD format to use with their templates.
|