Sep 30, 2001 #1 MarkJ2 Technical User Sep 25, 2001 17 US If Wullie sees this, thanks for the earlier response. I was looking for a HTML attribute that would change the bgcolor of a button and also if there is one to change the font of a button. I was not using CSS on the page I am working on. Thanks!
If Wullie sees this, thanks for the earlier response. I was looking for a HTML attribute that would change the bgcolor of a button and also if there is one to change the font of a button. I was not using CSS on the page I am working on. Thanks!
Oct 1, 2001 #2 KevinFSI Programmer Nov 17, 2000 582 US Can't do it with HTML, but you can with CSS. <INPUT TYPE="button" STYLE="backgroundrange; color:navy;"> There you go. Kinda like a Denver Bronco's button. Kevin slanek@ssd.fsi.com Upvote 0 Downvote
Can't do it with HTML, but you can with CSS. <INPUT TYPE="button" STYLE="backgroundrange; color:navy;"> There you go. Kinda like a Denver Bronco's button. Kevin slanek@ssd.fsi.com