On 12/6/05, Les Mizzell <[EMAIL PROTECTED]> wrote:
> Given the code snippet below, and:
>   1. div "PIX" is floated left
>   2. "myPIX.jpg" is called dynamically, so we're not
>      always sure how tall it is...
>
>
> <div id="PIX" align="left"><cfoutput>
>    <img src="myPIX.jpg">
> </div>
>
> <p>Paragraph Text Starts Here....
>
>
>
> Is there any way to get this to display so that any paragraph that wants
> to wrap UNDER the pic after the pic ends, actually finishes without
> wrapping and the NEXT paragraph starts the wrap?
>

Float the first paragraph left. It also helps if the second paragraph
clears left.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to