Closed (sort of)

TEOM as you know it has been closed. I will keep it up for reference but it no longer will receive tutorial updates.

There are plans for a completely new site. If you'd like to be notified once the other site is up, simply subscribe to my mailing list.

Thanks for the support throughout all these years :)

XHTML + CSS

Using an Image as Submit Button

Using an Image as Submit Button tutorial preview.

If you don’t like the default grey submit button used by forms, you can replace it for an image by using a code similar to the one below:

<input type="image" src="submitbutton.png" width="x" height="y" alt="Submit Button" />

All you have to do is replace the src with your own image (include the folder path if needed) and set the width and height values.

· Apr 02, 2006 ·