Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Wrap Around Text

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27821
    kloy
    Member

    Is there anyway to get text to wrap around?
    In the accordians in this file I want the text to wrap around the images. Now the width for the all the text is clearing the photo.
    I thought of just seeing where it cuts off and making 2 divs with 2 different widths…would there be issue with that across browsers? Is there a better way?
    Thanks

    http://www.palettedesign.com/staging/al/weddings.html

    #70317
    TheDoc
    Member

    Remove the absolute positioning and the huge left margin. Add "float: right", then add a small left and bottom margin to it to make sure the text doesn’t run right up to the image.

    Then you’ll want to extend the width of the what to expect div.

    #70498
    kloy
    Member

    this worked beautifully. Thanks!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.