Click to See Complete Forum and Search --> : Changing font and color of text in Submit button


Frost
04-07-2003, 07:19 PM
http://www.outofbreath.com/main.html

The "Submit" in the button is black. I want to change the size and color but everytime I try, it never changes. Anyone have an idea of what will work?

gil davis
04-07-2003, 07:25 PM
CSS.<input type="submit" style="font-face: 'Comic Sans MS'; font-size: larger; color: teal; background-color: #FFFFC0; border: 3pt ridge lightgrey" value=" Send Me! ">

Frost
04-07-2003, 07:33 PM
Nice one..thanks...Fixed.

Peace