• Resolved steph-angel

    (@steph-angel)


    Hi… All text links on my site (www.steph-angel.co.uk/blog) are highlighted with a specific colour, which is fine, but is there any way to prevent image links from being highlighted???

Viewing 9 replies - 1 through 9 (of 9 total)
  • When you say highlighted, do you mean the border that surrounds them? If so, then you can just set the value to 0 in the style.css file.

    Thread Starter steph-angel

    (@steph-angel)

    All of my images are posted without a border, but when I attach a link to any then they get highlighted with my link colour.

    Also, I don’t have any image info in my style.css file. I’ve thought that maybe I could add some to try and fix the problem, but am a bit unsure how to go about this???

    Well, your style sheet already has
    img.centered { display: block; margin-left: auto; margin-right: auto; }
    at the top.

    You might just want to want to add a catch all below it:

    img {border: 0px;}

    and see if that helps.

    Thread Starter steph-angel

    (@steph-angel)

    Yep that worked a treat…thanks a lot ??

    I have the same problem but couldnt fix it…

    my blog is https://www.sevenstripes.com/blog and if you see the image on the top right corner i want to remove the dotted link under it.

    any ideas on what I should change in my CSS?

    thank you so much
    d

    I’ve tried some more modifications of my css but nothings working without breaking my text-link format.

    any ideas?

    I am going crazy trying to figure this out. Can anyone please help?

    I need an answer to this too. Anyone have the solution?

    Answer to which question? There were several above you — even some answers for some of them.

    And if you really are asking for help in styling images, you’ll want to include a link and provide some clues about WHAT image you’re after.

    Mind-reading-fu is weak here. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Image links’ is closed to new replies.