Previous Message
Next Message

Text Wrap and Images

Sent by Les Mizzell on 7 December 2005 00:12


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-REMOVED]]
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/
Previous Message
Next Message

Message thread: