Link to home
Start Free TrialLog in
Avatar of dizzynono
dizzynono

asked on

getting rid of an underline

Hello I have a link bottom of my page to the right

http://tinyurl.com/86mwtqn

<strong><a href="http://www.mydomainnameisinhere.com/index.php">Shot Blasting Services</a></strong>


why or how can i get ride of the underling on this link.  


cheers

k



.botnavlist {
      margin-top: 0;
      padding-top: 0;
      margin-left: 0;
      padding-left: 0;
      list-style: none;
      text-decoration: none;
}


a.botnavlist:link    {
 text-decoration: none;
  }
a.botnavlist:visited {
 text-decoration: none;
  }
a.botnavlist:hover   {
 text-decoration: none;
  }
a.botnavlist:active  {
 text-decoration: none;
  }
ASKER CERTIFIED SOLUTION
Avatar of Tony van Schaik
Tony van Schaik
Flag of Netherlands 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 dizzynono
dizzynono

ASKER

.footer a {
text-decoration:none;
}

is what i was afer, thanks for all help, gosh i was tired and you know what happens when you get over tired on something.
hehe glad it worked out for you