beyond--vintage
08-27-2003, 08:28 AM
Submit button of an e-mail form? The questions part did change, but the button did not. ??
|
View Full Version : How do you change the font of your.. beyond--vintage 08-27-2003, 08:28 AM Submit button of an e-mail form? The questions part did change, but the button did not. ?? Lissa 08-27-2003, 11:31 AM Add this in your style sheet: .mybutton { background-color: #000000; color: #FFFFFF; } Add this to the button: <input type="button" name="Submit Button" class= "mybutton" value="Submit Button" border="0"> beyond--vintage 08-27-2003, 11:53 AM Hmm the color changed Lissa but the font didnt. Sheila 08-27-2003, 12:11 PM .mybutton { background-color: #000000; color: #FFFFFF; font-family: Your Font Name Here;} I hope that is correct :) beyond--vintage 08-28-2003, 10:59 AM Yay! It worked! Thanks Sheila and Lissa! *Fireworks* :star: |