Got a CSS layout problem.
I have three elements being pulled from a database. A pic, the body text, and a quote. That is the order they will be presented in the code, as in
- pic
- text
- quote
Now, I want the text to wrap around the quote like
this, but I don't want to have to break the text into 2 parts to do it (i.e. Part before the quote, part after the quote).
I can use CSS position the quote left and up but the text runs under rather than wrapping. Any idea?





(Also leaves a gap where the quote should have been)
Bookmarks