• Resolved nzk

    (@nzk)


    When I post an image in my blog post, as strange thing happens. See here for what i mean. There is a sort of a border around the images with about 5 pixels of padding. I couldn’t find where that is in the CSS, so I’m here to ask you guys. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I find this in your style.css:

    .entry img {
    border: 1px solid #666;
    }

    and:

    .entry img {
    border: 1px solid #666;
    margin: 10px
    }

    Getting hit twice…

    Thread Starter nzk

    (@nzk)

    Thanks. I commented both of those out, and the problems seems to have been fixed! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Strange Image Problem’ is closed to new replies.