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.
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.
The Particle said...
Posted on 12-03-2008
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.
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?
open style.css
search for :
.item_class img, #blog_comm img{
float: left;
margin:5px;
}
remove “float: left;” (ignore the quotes) from it
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.
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.