hey guys,
i have a small problem with my css sheet & my web page, and i'm hoping someone can help me.
i have a separate css sheet linked to my webpage and there's a small section of text in the middle of my page, and some links at the bottom of the page.
i would like these to be different in their "weight"
the middle text enclosed in <p></p> has the following set in the css:
p {font-size:10pt;
color:#9f9fb0;
font-family: "Georgia", Times New Roman, Times, serif;
font-weight: bold;
}
and the links, enclosed in <p class=".menu"> have:
.menu {font-family: "Georgia", Times New Roman, Times,serif;
font-size: 9pt;
color: #9f9fb0;
}
the problem is that the .menu is picking up the "size" & "weight" from <p>. i can't figure out how to change this.
can anyone help or point me in the right direction?
thanks much
luni
i like anything fast enough to do something stupid in..
i have a small problem with my css sheet & my web page, and i'm hoping someone can help me.
i have a separate css sheet linked to my webpage and there's a small section of text in the middle of my page, and some links at the bottom of the page.
i would like these to be different in their "weight"
the middle text enclosed in <p></p> has the following set in the css:
p {font-size:10pt;
color:#9f9fb0;
font-family: "Georgia", Times New Roman, Times, serif;
font-weight: bold;
}
and the links, enclosed in <p class=".menu"> have:
.menu {font-family: "Georgia", Times New Roman, Times,serif;
font-size: 9pt;
color: #9f9fb0;
}
the problem is that the .menu is picking up the "size" & "weight" from <p>. i can't figure out how to change this.
can anyone help or point me in the right direction?
thanks much
luni
i like anything fast enough to do something stupid in..