SlowFlight
Programmer
I have a series of web pages in which I have links in a column on one side of each page. The fonts size of these links needs to be smaller than other links on the rest of the page. How can I do that in a style sheet? I'd rather not add styles to the html pages. I am referring to a:active, a:visited etc... tags in the .css file. I have defined a set of tags in the .css file for one set of links. Can I define another set of tags in the .css file for the links on the rest of the page? If so... How?
Skip Meisch
Skip Meisch