• Resolved 750722

    Since upgrading to v2.6, I cannot figure out how to include an image in a post WITHOUT a border around it.

    This was very straightforward before. I don’t know if this is a bug in v2.6 or if the method to remove the border eludes me.

    Any help would be appreciated!

    URL: https://stevewebel.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your CSS shows this:

    img {
    border: 0;
    }

    It should actually be:

    img {
    border:none;
    }

    Try that.

    Thread Starter 750722

    Thanks, that did it.

    Never had to ‘manually’ put that in before… guess I’ll have to start doing it when I don’t want a border around my images.

    Thread Starter 750722

    Ugh! How annoying. If you make any other change to the image – it removes the “border: none” setting that was previously in place and working.

    Please let this be something that gets ‘fixed’ with v2.6.1!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘v2.6 Inserts a Border around ALL images – can’t figure out how to have NO border’ is closed to new replies.