PSG1JOHN
03-08-2009, 02:43 PM
I cant seem to get my p.important { color: red;} to work in the html its <p class = "important">:confused:
p {
color: blue;
}
Body {
background-color: gray;
font=family: sans-serif;
}
h1 {
border-bottom: 2px double black;
}
h2 {
Color: blue;
font=family: sans-serif;
}
h3.important {
background-color: silver;
color: red;
font=family: sans-serif;
}
ol {
background-color: silver;
color: red;
font=family: sans-serif;
}
q {
color: purple
}
em {
color: aqua;
}
strong{
color: aqua;
{
li {
background-color: silver
color: red;
font=family: sans-serif;
}
p.important {
background-color: silver
color: red;
font=family: sans-serif;
}
p.footer {
background-color: silver
color: black;
font=family: sans-serif;
}
p {
color: blue;
}
Body {
background-color: gray;
font=family: sans-serif;
}
h1 {
border-bottom: 2px double black;
}
h2 {
Color: blue;
font=family: sans-serif;
}
h3.important {
background-color: silver;
color: red;
font=family: sans-serif;
}
ol {
background-color: silver;
color: red;
font=family: sans-serif;
}
q {
color: purple
}
em {
color: aqua;
}
strong{
color: aqua;
{
li {
background-color: silver
color: red;
font=family: sans-serif;
}
p.important {
background-color: silver
color: red;
font=family: sans-serif;
}
p.footer {
background-color: silver
color: black;
font=family: sans-serif;
}