• Resolved razorrich

    (@razorrich)


    at the very bottom of my blog and proberbly everyone eles blog there is abit of text that you click to see “more posts”

    ive changed mine with a picture saying “more tutorials & articles this way”

    https://www.hv-designs.co.uk | scroll down to very bottom of screen

    as you can see there is a blue border around it ?? which i dont want, there is also a border around the go back image. if you click “more tutorials & articles this way” you will see what i mean! ive checked my css style sheet and cant find anything anyway! any suggestions on how to remove the border?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    I don’t see that image on your page at all.

    https://www.hv-designs.co.uk/morethisway.gif returns a 404 error.

    Lot of other images on your page are missing as well.

    Thread Starter razorrich

    (@razorrich)

    hmm, ive just checked everything seems to be working fine!

    Apply a class to that image – say

    <img src="..." class="no-border" width="x" height="x" alt="..." />

    Then in your style sheet add the following:

    img.no-border {border: none;}

    If it’s still acting up make it:

    #content img.no-border {border: none;}

    Other than that, I’d have a look at validating the HTML on your page, as invalid code can cause an awful lot of strange things to happen.

    Thread Starter razorrich

    (@razorrich)

    cheers matey your a star ??

    all fixed

    thank you
    much appreciated

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changed “more” to image but comes up with border’ is closed to new replies.