CSS precedence
-
I’ve been all over the codex and the web, and haven’t found the key to this. Maybe I just don’t know how to word it in a search, to find the answers.
I have all my links looking how I want them with CSS. But when I have a
<h3>that is also a link, things get ugly. Instead of being the normal size h3 font, it’s small like my other<a>tags.The only fix I’ve found is to remove all the size attributes from my
<a>tags, but then they are bigger than all the rest of the text on the page. If I put all my links in a class, I have to do a huge re-coding project. Not sure I want to take that on, but if I have to… 😐Any thoughts?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘CSS precedence’ is closed to new replies.