Sep 29, 2001 #1 MarkJ2 Technical User Joined Sep 25, 2001 Messages 17 Location US What are the attributes to change the background color of a button or the Font color of the text (i.e. Value) that appears on the button? Thanks!
What are the attributes to change the background color of a button or the Font color of the text (i.e. Value) that appears on the button? Thanks!
Sep 29, 2001 1 #2 Wullie Programmer Joined Mar 17, 2001 Messages 3,674 Location GB Hi mate, The CSS you are looking for is .submit {background-color: #FFFFFF; cursor: hand; font-family:verdana; font-weight:bold; } Hope this helps Wullie http://www.survivorhelp.co.uk Upvote 0 Downvote
Hi mate, The CSS you are looking for is .submit {background-color: #FFFFFF; cursor: hand; font-family:verdana; font-weight:bold; } Hope this helps Wullie http://www.survivorhelp.co.uk
Sep 29, 2001 #3 Magnificat Technical User Joined Apr 17, 2001 Messages 38 Location US to change the font color you want Code: color: #ff0000; or whatever Upvote 0 Downvote