Alternative to  

3 replies
  • WEB DESIGN
  • |
Hi Everyone,

I'm not the hottest when it comes to CSS & HTML, so I tend to use the easy way out!

Often I upload an image into a WordPress page and align it 'left' but I want the text I write after it to appear below the image not to the right of it. However the WYSIWYG editor fails me, so I add in an extraordinarily amount of   tags, I've heard this is a bad idea, since some browsers ignore it.

In which case what can I do to align the text below the image, when I want the image sitting on the left of the page.

Many thanks,

Sam
#alternative #andnbsp
  • Profile picture of the author SteveJohnson
    Choose align: none.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[3471713].message }}
  • Profile picture of the author Apollo-Articles
    Unfortunately this simply puts my text below the image, I'd like my text to wrap around the image. But in the case that the text is two paragraphs. I'd like the second paragraph to be below the image.

    Any ideas?

    Many thanks,

    Sam
    {{ DiscussionBoard.errors[3533747].message }}
    • Profile picture of the author RyanAndrews
      It would be easier with a diagram, but in your second post it sounds like you're describing float:left
      Other methods would be to set display:block (or a wrapper div), and set margins to push the text around.
      {{ DiscussionBoard.errors[3533846].message }}

Trending Topics