Forums

[resolved] Cannot Remove Border Around Images Within Posts WP 3.0.1 (6 posts)

  1. tccollins
    Member
    Posted 1 year ago #

    I can't seem to get the border on this image in the posts to go away. I have tried the <img src="http://kyfreshstart.com/subscribe-now.png" border="0"> and tried adding

    img {
    border: none;
    }

    to the .css file. The site is live at http://www.kyfreshstart.com/

    I have included a pastebin of my stylesheet.css

    Any help would be appreciated.

    Thank you in advance.

    Casey

    PS - Pastebin link is here. http://pastebin.com/DAUsMuuA

  2. FishDogFish
    Member
    Posted 1 year ago #

    Change this...

    .post img{
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    }

    To this...

    .post img{
    padding: 4px;
    border: none;
    background: #fff;
    }

  3. tccollins
    Member
    Posted 1 year ago #

    FishDogFish,

    You are great. One other thing do you know how I can have that image be static on every post automatically? If not I understand. I am thankful for you already. :)

    Casey

  4. FishDogFish
    Member
    Posted 1 year ago #

    Put it in single.php and give it class so you can position it, but you should post that as separate question and mark this one [Resolved]

  5. tccollins
    Member
    Posted 1 year ago #

    And how might one do that? Sorry, I am not really good with this kind of thing. Thanks!

    http://pastebin.com/b1kUDhJY

  6. FishDogFish
    Member
    Posted 1 year ago #

    It's easier for others to find answers to their questions if you put each of your questions in a separate post.

Topic Closed

This topic has been closed to new replies.

About this Topic