• Resolved tccollins

    (@tccollins)


    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Change this…

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

    To this…

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

    Thread Starter tccollins

    (@tccollins)

    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

    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]

    Thread Starter tccollins

    (@tccollins)

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

    http://pastebin.com/b1kUDhJY

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot Remove Border Around Images Within Posts WP 3.0.1’ is closed to new replies.