• I have seen some posts, but have not found my answer yet. This is really frustrating! Okay, I have the default theme and am using wordpress 2.0. When I insert an image into my post, the text continues to butt right up against the image. I have changed the margins, padding, you name it I have tried it. It continues to show the same thing. I have changed the HTML after inserting the thumbnail to reflect IMG class=”alignleft”. When I click save, the text drops to the bottom of the image. Please, please offer some help here. Sorry if this has been posted before, but I can’t find an answer that has worked yet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yeah, I’ve noticed this too. Someting with the images, uploads, thumbnails, etc…

    can u try adding this to your CSS

    .left {
    margin: 10px 10px 5px 0;
    float: left;
    }
    #content img {
    padding: 1px;
    display:inline;
    background: #cccccc;
    border: 4px solid #eef9ca;
    }

    Thread Starter aconrad8

    (@aconrad8)

    You did it!!! THANK YOU, THANK YOU, THANK YOU!!! Awesome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Frustration!!’ is closed to new replies.