BUTTONS
<INPUT TYPE="submit" value="SUBMIT" style="font:12pt Jester, Arial; background:#CC0033">
Change the font, the size and the color to those of your choice.
<INPUT TYPE="submit" value="SUBMIT" style="font:12pt Jester, Arial;"
onmouseover="this.style.background='#00FF00';"
onmouseout="this.style.background='#FF6600';">
Again you can change the font size and color as well as the mouse over and mouse out colors.
HOME