Billy T
07-05-2003, 03:18 PM
Hey all
ok I'm working on a css and I can set my link colours with something like
a:link {color: #FFCC00}
a:visited {color: #00FF00}
a:hover {color: #FFCC99}
a:active {color: #0000FF}
but say I have a part of the website (eg footer) where I want the links to appear differently. How do I do that?
I know I could make a <p> class with something like
p.footer{
}
and then put my footer content inside
<p class="footer">
but I am unsure how to put the above <a> syntax code into the p class code
I'm sure its very simple and I've probably explained it really badly but if someone could help me out it would be much appreciated
Thanks
ok I'm working on a css and I can set my link colours with something like
a:link {color: #FFCC00}
a:visited {color: #00FF00}
a:hover {color: #FFCC99}
a:active {color: #0000FF}
but say I have a part of the website (eg footer) where I want the links to appear differently. How do I do that?
I know I could make a <p> class with something like
p.footer{
}
and then put my footer content inside
<p class="footer">
but I am unsure how to put the above <a> syntax code into the p class code
I'm sure its very simple and I've probably explained it really badly but if someone could help me out it would be much appreciated
Thanks