couchmonkey
08-21-2003, 11:10 AM
I want to change the color of links in the link tags themselves (would it be correct to say that I want to change them inline?)
This will work:
<a href="blahblahblah.html" style="color:red;">link</a>
But I don't want the link to be red all the time, just when it is unvisited.
I know I could include a small style section at the top of the page, but it seems like the company I'm working for is afraid of CSS: we have a couple of standard stylesheets that are about ten lines long and we're not supposed to modify them at all. So I would like to keep any css I add as simple and small as possible.
This will work:
<a href="blahblahblah.html" style="color:red;">link</a>
But I don't want the link to be red all the time, just when it is unvisited.
I know I could include a small style section at the top of the page, but it seems like the company I'm working for is afraid of CSS: we have a couple of standard stylesheets that are about ten lines long and we're not supposed to modify them at all. So I would like to keep any css I add as simple and small as possible.