Link to home
Start Free TrialLog in
Avatar of TommyTupa
TommyTupa

asked on

Changing visit color for one element

I have a page with style sheet.  I need to override the style on one specific element on the page.  I need this link to not change colors when visited.  Can I do something like this with the visited color?
 <a style= "font-size: 8pt; font-family: Verdana; visited-color: White; text-decoration: none"
  href = "MyLink.asp" >
  Go Home
  </A>
ASKER CERTIFIED SOLUTION
Avatar of GwynforWeb
GwynforWeb
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TommyTupa
TommyTupa

ASKER

Perfect.  Got it working too.

Thanks!
thx for the points.  :-)