Re: [css-d] Text Wrap and Images

2005-12-06 Thread Les Mizzell
> Float the first paragraph left. It also helps if the second paragraph > clears left. But, the problem is ... the picture might be 4 paragraphs tall, or maybe 8, or maybe only 2. -- --- Les Mizzell __ css-discuss [E

Re: [css-d] Text Wrap and Images

2005-12-06 Thread Christian Montoya
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... > > > > > > > Paragraph Text Starts Here > > > > Is there any way to get thi

[css-d] Text Wrap and Images

2005-12-06 Thread Les Mizzell
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... Paragraph Text Starts Here Is there any way to get this to display so that any paragra