My CSS entries are listed in a single external file named styles.css
In that file, A:Link is given a color, font-size, etc.
In my HTML document, there is a special situation where I need to override the font-size assigned to a link.
I tried placing a <font size="-2" > command in front of the link I want to change but it always defaults to the A:link value in the CSS.
Does anybody know how I can do an override?
In that file, A:Link is given a color, font-size, etc.
In my HTML document, there is a special situation where I need to override the font-size assigned to a link.
I tried placing a <font size="-2" > command in front of the link I want to change but it always defaults to the A:link value in the CSS.
Does anybody know how I can do an override?