[thelist] Wingdings on Submit Buttons?

Kristof Neirynck k.neirynck at belgacom.net
Mon Nov 10 12:53:19 CST 2003


Rob Smith wrote:

> Has anyone had experience with adding symbols provided by wingdings (other?)
> on submit buttons?

*NOOO!!*
NEVER use fantasy fonts for such important things as submit buttons.
I will not explain this any further

> I could simply do two little images and throw in an OnMouseDown script, but
> wanted something simpler.

*NOOOOOO!!!*
NEVER use OnMouseDown for forms.
There is such a thing as onsubmit and onreset.

I hope you get the subtle hints.

You could just replace your submit button with this
<input type="image" alt="submit" src="image.png" />

Read this for reference
<http://www.cs.tut.fi/~jkorpela/forms/imagebutton.html>


Kristof



More information about the thelist mailing list