|
Yep, Figured it out..
Simple as..
a.nav:link {color: blue; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: red; }
a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; }
<a class="nav" >
Grr,
Well thanks guys, Your forum has actually helped as it helped me ACTUALLY think correctly
LOL
Simple things aye.
Delete post if needed chris et al
|