Can't get rid of underline on images with links!

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
skim1114
Forum Members
Forum Members
Posts: 40
Joined: Thu Sep 27, 2007 12:36 am

Can't get rid of underline on images with links!

Post by skim1114 »

I'm using this:

img {
border: none !important;
text-decoration: none !important;
}

img a{
border: none !important;
text-decoration: none !important;
}


in my stylesheet. My links on images still have underlines! I've worked around this in other divs where I didn't have other text links in those divs, but I can't with this one.

I will note too that I am using a border style for the links...I've done this before:

a:link {
color:#7b4391; /*purple*/
border-bottom:#7b4391 1px dotted;
text-decoration: none;
}

a:visited {
color:#7b4391; /*purple*/
border-bottom:none;
text-decoration: none;
}

a:hover{
color:#7b4391; /*purple*/
border-bottom:none;
text-decoration: none;
}


Any help?
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Can't get rid of underline on images with links!

Post by Nullig »

Can you post a link, so we can see what's happening?

Nullig
theMOSQUITOstore

Re: Can't get rid of underline on images with links!

Post by theMOSQUITOstore »

hello i am having the same problem with my link. can anyone help this is my link below.


http://www.themosquitostore.com/cmsmadesimple/index.php


right above the click here link.  thank you for any suggestions.
rob
Post Reply

Return to “Layout and Design (CSS & HTML)”