I have a p class that has smaller text than a regular paragraph. There is a link in there which I cannot get to inherit the smaller size. I tried this.
It was correct in the stylesheet, I just typed it in wrong in the message. So that wasn't the problem! What gives. By the way, if you go to the URL above, notice at the bottom of the page, their is a paragraph at the bottom. The link to disney.com is the one I need to be the smaller size. Just thought I would provide some addl info.
ok...read your stylesheet. You've specified ordinary links AFTER the .tinylink class. That means the ordinary link style will apply. Which means as you've set ordinary links to 11pt, even the .tinylink class will display as 11pt.
To fix, just put .tinylink at the end of the stylesheet.
By adding the "a" you've specified precisely what you wanted the tinylink class to apply to. However, my answer stands as being structurally correct, and you should place more specific css styles after your generic ones to avoid the issue in the future.
Bookmarks