Forums

Removing damn borders on all images! (9 posts)

  1. BudWiser
    Member
    Posted 5 years ago #

    How can I remove all the boarders around images on my 3k2?

    I have searched and searched. Surely this is a common question or am I the only one who finds borders around every imaage annoying :)

    Thank you in advance!

  2. wyrd33
    Member
    Posted 5 years ago #

    In your CSS file put this:

    img { border: 0; }

  3. BudWiser
    Member
    Posted 5 years ago #

    I wish it was that easy :)

    I searched the css, any referrances to borders I was able to find were already 0

    exactly where should this be located?

    thx

  4. manstraw
    Member
    Posted 5 years ago #

    Post the link to an example so we can have a look.

  5. BudWiser
    Member
    Posted 5 years ago #

    Where should this be placed exactly?

    thanks

  6. BudWiser
    Member
    Posted 5 years ago #

    http://armyofblogs.com

    every image has a border! search in vien to find where to fix this.

    thx

  7. BudWiser
    Member
    Posted 5 years ago #

    I should mention only post images

  8. Chris_K
    Member
    Posted 5 years ago #

    Find
    #primary .itemtext img {
    margin: 0 5px;
    padding: 4px;
    border: 1px solid #ccc;
    max-width: 100%;
    }

    in your style and change to:

    #primary .itemtext img {
    margin: 0 5px;
    padding: 4px;
    border: 0px solid #ccc;
    max-width: 100%;
    }

  9. BudWiser
    Member
    Posted 5 years ago #

    BINGO!!!

    thank you, this I would have never found :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags