[thelist] Buttons
jeff
jeff at members.evolt.org
Tue May 30 17:25:30 2000
kev,
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: "kev.skindrill" <kev.skindrill@bigfoot.com>
:
: Is there any way of defining the colour of buttons in HTML, I've
: tried "color=green" and "bgcolor=green" but with an unremarkable
: lack of success. Am I attempting the impossible again?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<input type="submit" style="background-color : silver ;">
or, alternatively, you could add this to your stylesheet and then use a
class for your buttons. keep in mind this will only affect the color for
ie4+ users and hopefully nn6 users as well. everyone else will get a button
that matches their color scheme.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: When I look at my pages in Netscape, where I have used " "
: as a spacer it shows up on the screen. How can you make spaces in
: Netscape?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try adding a semi-colon to the end of that character entity.
good luck,
.jeff
name://jeff.howden
game://web.development
http://www.evolt.org
jeff@members.evolt.org