kondwanii
09-25-2007, 05:09 PM
I'm trying to figure out how to add a link inside a Heading in CSS stylesheet. I want the heading anchor link to be in different size from the main body link. Can someone please let me know if possible can be done and also how to code it in a stylesheet ?
This is part of my code right now
H1 {
font-family: Times New Roman;
color: #000033;
font-size : 15pt;
text-decoration: none;
}
This is part of my code right now
H1 {
font-family: Times New Roman;
color: #000033;
font-size : 15pt;
text-decoration: none;
}