Border removal

  • Anonymous

    #9264

    I used to be able to remove a boarder around an image. For some time now this has not been available. I’ve looked all over for ways to do this, but nothing seems to help. An example of this is on my home page. http://www.themental-game.com

    Please let me know how to fix this.

    hayes1961

    #43184

    If you added the link manually to your web page it might be a spelling error?

    div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
    }

    Anonymous

    #43185

    I just used the uploader. All of my images come out this way. Something changed because they didn’t have boarders before. I copied the code and added it into the image and got no change.

    Anonymous

    #43186

    Hi there,

    Have you tried adding this to your Custom CSS:

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

    Regards,

    Sharon

    Anonymous

    #43187

    WOW, thanks. That did it. I have tried like 10 things. Perfect.

    Mike

    Mod

    Kenneth John Odle

    #43188

    As a reminder, you can use the Firebug extension for Firefox to nail down those elements.

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

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