-
CSS: Set style For <a>
Ok im trying to create a style rule for a <a> tag within a <h2> tag? I have a different rule for all <a> tags but when i place one in a <h2> tag the font size stays the same when it needs to be bigger.
Anyone know how to do this?
Hope that made sense :confused: :rolleyes:
Thanks
-
AFTER your CSS def for the regular <a> tags,.....
Code:
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {set your CSS here}
TG
-
Thanks, don't know why i didnt think of doing something like that :lol: