I have the following css attached to my html page:
body, td, pre { font-family: Tahoma, Arial, Helvetica; font-size: 10pt; color: #000000 }
a:link, a:visited, a:active{font-family: Tahoma, Arial, Helvetica; font-size: 9px; color: #000080 }
a:hover { font-family: Tahoma, Arial, Helvetica; font-size: 9px;color: #BB0000 }
How can i customise the style sheet and html so I can have two different styles of linked text e.g. red the same as existing style sheet. blue different (as defined in new style on style sheet).
<a href=nowhere.htm>"As is on the style sheet</a>
<a href=somwhere.htm>"As a different style which I define</a>
Regards Angus Grant,
http\\
body, td, pre { font-family: Tahoma, Arial, Helvetica; font-size: 10pt; color: #000000 }
a:link, a:visited, a:active{font-family: Tahoma, Arial, Helvetica; font-size: 9px; color: #000080 }
a:hover { font-family: Tahoma, Arial, Helvetica; font-size: 9px;color: #BB0000 }
How can i customise the style sheet and html so I can have two different styles of linked text e.g. red the same as existing style sheet. blue different (as defined in new style on style sheet).
<a href=nowhere.htm>"As is on the style sheet</a>
<a href=somwhere.htm>"As a different style which I define</a>
Regards Angus Grant,
http\\