Forums

[resolved] Problem with picture and text aliginment. (4 posts)

  1. rleon
    Member
    Posted 3 years ago #

    I am having a problem with picture and text alignment.

    No matter what I do I can not put text above the second picture.

    It is always to the side .. any ideas?

    http://www.rleon.net/2008/07/22/buh-bye

  2. rleon
    Member
    Posted 3 years ago #

    I have tried every thing.
    Even if I install breaks I still cant get the text right.

  3. Otto
    Tech Ninja
    Posted 3 years ago #

    In your theme's style.css file, you have this:

    #content p img{
    	float: left;
    	border: none;
    	margin-right: 15px;
    	margin-bottom: 10px;
    	}

    When you have an image set to "float", then text wraps around it. So that "float:left;" will make all your images in posts floating to the left side of the page, and your text will wrap around them.

  4. rleon
    Member
    Posted 3 years ago #

    I took the float out ..
    thanks !!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.