Forums

[resolved] Getting rid of image border (5 posts)

  1. ensign9
    Member
    Posted 3 years ago #

    Hi guys,

    I've read other topics on this but I'm not finding the relevant code in my stylesheet to get rid of the border around link images.

    Here's a post with a bunch of images:
    http://www.jeff-fischer.net/?p=470

    For the life of me, I can't find the code for the img border in my stylesheet. I've had no problem removing this border in past themes I've used, but no luck thus far.

    I'm using "This Just In!" as my theme.
    Link: http://wordpress.org/extend/themes/this-just-in#post-88

    Any help is appreciated.

    Jeff

  2. thisisedie
    Member
    Posted 3 years ago #

    Add

    img
    {
    border:0;
    }

    to your stylesheet.

  3. ensign9
    Member
    Posted 3 years ago #

    Muchos gracias.

  4. thisisedie
    Member
    Posted 3 years ago #

    De nada :)

  5. felipe1982
    Member
    Posted 3 years ago #

    thanks for this post! I tried border:none and wondered why it didn't work. border:0 worked beautifully

    http://felipe1982.com

Topic Closed

This topic has been closed to new replies.

About this Topic