About
Pricing
Community
Teams
Start Free Trial
Log in
dizzynono
asked on
3/13/2012
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;
}
Web Development
CSS
3
1
Last Comment
Tony van Schaik
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Tony van Schaik
3/13/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
dizzynono
3/13/2012
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.
Tony van Schaik
3/13/2012
hehe glad it worked out for you
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
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.