singerchik84
01-06-2006, 12:31 AM
I can't get the headings to be affected.
On my page, the 'body' is affect, bg, font color is purple, etc, but nothing inside <h1> <h2> or <p> is as I want it! What am I doing wrong?
This is my css code:
<style type="text/css">
A:link
{ text-decoration: none; color:#9900cc; }
A:visited
{ text-decoration: none; color:#9900cc; }
A:active
{ text-decoration: overline; color:#ff9900; }
A:hover
{ text-decoration: underline; color:#990099;}
{background-image: url("http://us.share.geocities.com/theparttimevegetarian/Images/bgw.bmp");
background-color: #FFFFFF;}
h1 {font-family: verdana;
color: #FFFF00;
text-align: center;
font-size: 20pt;}
h2 {text-align: center;
width: 400px;
color: #FFFF00;
font-size: 10;
font-weight: bold;}
p {font-family: verdana;
color: #FFFF00;
width: 400px;}
body
{ background: #FFFFFF;
background-image: url("http://us.share.geocities.com/theparttimevegetarian/Images/bgw.bmp");
background-repeat: repeat-y;
background-position: top left;
background-attachment: fixed;
font-family: verdana;
color: #660099 ;
font-weight: bold;
font-size: 12 pt; }
test
</style>
On my page, the 'body' is affect, bg, font color is purple, etc, but nothing inside <h1> <h2> or <p> is as I want it! What am I doing wrong?
This is my css code:
<style type="text/css">
A:link
{ text-decoration: none; color:#9900cc; }
A:visited
{ text-decoration: none; color:#9900cc; }
A:active
{ text-decoration: overline; color:#ff9900; }
A:hover
{ text-decoration: underline; color:#990099;}
{background-image: url("http://us.share.geocities.com/theparttimevegetarian/Images/bgw.bmp");
background-color: #FFFFFF;}
h1 {font-family: verdana;
color: #FFFF00;
text-align: center;
font-size: 20pt;}
h2 {text-align: center;
width: 400px;
color: #FFFF00;
font-size: 10;
font-weight: bold;}
p {font-family: verdana;
color: #FFFF00;
width: 400px;}
body
{ background: #FFFFFF;
background-image: url("http://us.share.geocities.com/theparttimevegetarian/Images/bgw.bmp");
background-repeat: repeat-y;
background-position: top left;
background-attachment: fixed;
font-family: verdana;
color: #660099 ;
font-weight: bold;
font-size: 12 pt; }
test
</style>