• Hi everyone,

    I’ve just started using WordPress, but I’m getting frustrated with images.

    I just want an entry with an image and some text below it.
    But no matter what I do the text starts to the right of the image. I’ve edited the html manually to start a new paragraph below the images, but nothing seems to help.
    Seems a fairly simple thing to do, but it’s got me stumped.
    cheers, Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • A link to your blog is always helpful.
    At least mentioning which theme is active (with a link to its source) – is mandatory if you really want to get some help.
    The issue is most likely related to your theme’s stylesheet: check it for anything image related.

    If it is just one line use

    <br />text…

    if there are more lines use

    <br style=”clear:both;” />

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images and text’ is closed to new replies.