• stellarlogic

    (@stellarlogic)


    I upgraded. My rss feeds are no longer working. But even worse, I cannot figure out how to post an image and keep the text BELOW the image–I have gone into the html and tried all sorts of things. It looks good in the editor, but as soon as I save it and post it, the text floats up next to the image!

    https://www.elemental-astrology/blog. Help, someone please!

    Thanks!

Viewing 1 replies (of 1 total)
  • petit

    (@petit)

    About the RSS, I don’t know.
    You are not using CSS to place your images, which would be a good idea. The you could have rules like
    img.left{float:left;} /*text flows to the right*/
    img.right{float:right} /*text flows to the left*/

    Instead you ar using HTML attributes like textalign=”absbottom”, align=”right”.

    In one of your posts https://elemental-astrology.com/blog/2006/01/12/40/
    The image has the attribute align=”right”, which means the text should float up and around the image. If you don’t like that, just delete the align attribute.

    If you have problem with any certain post, give us the permalink to that post. please!

Viewing 1 replies (of 1 total)
  • The topic ‘upgrade posting glitch’ is closed to new replies.