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?

Like this:

|-------|  <p> text text text
|       |  text text text text
|       |  text text text text
|       |  text text text text
|-------|  text text text text
            text text text text
            text text text text
            text text text text</p>

<p>text text text text....



Instead of this this:

|-------|  <p> text text text
|       |  text text text text
|       |  text text text text
|       |  text text text text
|-------|  text text text text
text text text text text text text
text</p>

<p>text text text text....


------------
LGM
______________________________________________________________________
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