Div Grad

1274

times dowloaded

  1. No Gravatar

    For some reason, I can’t get any images in my blog entries to display on the right. Setting right alignment in the editor results in the image being displayed on the left.

    Any idea what I would need to change to fix this?

  2. No Gravatar

    open style.css

    search for :

    .item_class img, #blog_comm img{
    float: left;
    margin:5px;
    }

    remove “float: left;” (ignore the quotes) from it

  3. No Gravatar

    Everytime I post a 450 x 300 image, my “Read more…” tag gets pushed to the top right of the image, instead of below of the image, where I placed it. When you click on the “Read More…”, all the text after the “more” tag is placed on the right as well. Can someone please help me figure this out? Any help would be appreciated.

  4. No Gravatar

    I think I figured it out. It was the image border, it was set at “0px” on style.css. I just changed it to “1px” and now everything’s where it should be.

Post a comment