• I’ve just upgraded to 2.6.2 and I am publishing my first post. I held my breath as I often do when I upgrade this platform.
    I’ve got an issue I’ll attempt to describe. I formatted the article just how I wanted it yet when I post it, the formatting changes and the article doesn’t look the same. In fact the heading from the previous article bleeds up into the newest post.
    I’ll leave this article on my site for viewing so you know what I mean.

    I don’t know if it’s an image alignment issue and a quick review of topics in the forum didn’t reveal any answers.
    Any help is greatly appreciated.
    Thanks!
    Rob

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have code errors and most likely css float issues. Inserting the following after a troublesome floating element may help with float issues:

    <br clear="all" />

    It’s because of the image wrapping. At the bottom of that post put this and it will set things straight:

    <div style="clear:both;">

    Thread Starter robsaxe

    (@robsaxe)

    Do I have to do that on every post? Is there something I can put into the stylesheet to correct this?
    Thanks for the responses. It’s very nice of you to take the time to help out.
    Rob

    Well, if you notice it only did it on the post with pictures aligned to the left. As iridiax said, you have several validation errors. Might fix things if you take care of those but in the meantime I’d put it at the end of posts where you’ve floated pics one way or the other.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post is changing formatting when published’ is closed to new replies.