On older versions of Internet Explorer I noticed all pictures on my website have a border?

  • Anonymous

    #7562

    On older versions of Internet Explorer ( I have not checked with other browsers) I noticed all pictures on my website have a border?

    Is there any way to fix this ?

    Thank You

    Mod

    Kenneth John Odle

    #38631
    Quote:
    Is there any way to fix this ?

    What do you mean by “fix this”? Add it or get rid of it?

    Also, which older versions of IE? IE6 is not worth supporting, and IE7 is rapidly losing ground, especially in North America.

    Anonymous

    #38632

    it says version 8.0.6001 etc.

    and by fix it I mean If I chose no borders as the option I want no borders to show up lol

    Admin

    Syahir Hakim

    #38633

    What colour is the border? If it’s 4px thick and is grey in colour, then that’s the default styling of the theme.

    Anonymous

    #38634

    I do not know what size the borders are, but they are grey in color. My problem is this: I have picked the option on all of my pictures to have border set to 0. On my computer and on other computers that are up to date on there browsers its fine, because the borders don’t show. For example I went to my dads and my schools computer to check my website which they have the internet explorer version I pointed out here, and All borders show on All Pictures on my website? This makes it look really really ugly. Is there any way to fix this or prevent this?

    Thank You

    Admin

    Syahir Hakim

    #38635

    Have you tried removing the border using CSS? Add this to the Custom CSS:

    .entry-content img,
    .child-page img {
    border: none !important;
    }

    Anonymous

    #38636

    hmm all I try that, and let you know, thank you

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.