• Well now…I’m in a bit of a pickly.
    Using WP 2.8 (just updated:), and for some reason,
    when I post a post with Blogo (Mac tool), with text on the right of an image, my formatting gets messed up (hard to explain- look here: mobileofficing.com to see what I mean).

    Any ideas anyone?

Viewing 6 replies - 1 through 6 (of 6 total)
  • look at this
    some are no big deal but you have unclosed tags peppered throughout

    Thread Starter alanzaks

    (@alanzaks)

    samboli:

    Thanks for the response.

    A) Specifically, I mean the (atm) third post down from the top.-
    Review: My Mac…etc.
    On the front page, the Title of the post aligns itself with the image from the previous post. What to do?

    B) Don’t know what that means. Where can I find out more information about the tags you’re referring to, etc?

    Thread Starter alanzaks

    (@alanzaks)

    Ouch! Looks scary…does this have any bottom line ramifications on my site/blog?

    And any thoughts on the above issue with the formatting?

    Thread Starter alanzaks

    (@alanzaks)

    Hmmm…can anyone help out with this?

    Currently, the issue is affecting the third and fourth posts from the top…

    You aren’t clearing your floats.

    What appears to be happening is that you have the images floated to the left within a div, but you aren’t clearing the floats before the beginning of the next div, which means the text is wrapping around the floated element (the image) as it’s supposed to do. Add the following style to your CSS:

    div.item {
        clear: both;
    }

    And that should do the trick.

    Thread Starter alanzaks

    (@alanzaks)

    RGlover:

    That did it! You the man!

    Thank you very much…

    AZ

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Odd formatting issue with www.mobileofficing.com??!!’ is closed to new replies.