[css-d] stop text from wrapping around a floated image?

2005-06-28 Thread stu
Hi Guys & Gals. Is there any way to stop text from wrapping ar4ound a floated image? In my example, I have a list with images and text in, and the images are floated to the left. This then means that the text, if it is long enough, wraps around the underneath of the image. I am wondering if the

Re: [css-d] stop text from wrapping around a floated image?

2005-06-28 Thread Prabhath Sirisena
> In my example, I have a list with images and text in, and the images are > floated to the left. > This then means that the text, if it is long enough, wraps around the > underneath of the > image. I am wondering if there is any graceful way to stop this without > wrapping the text in a > (

Re: [css-d] stop text from wrapping around a floated image?

2005-06-28 Thread Philip Wills
> Is there any way to stop text from wrapping ar4ound a floated image? > > In my example, I have a list with images and text in, and the images are > floated to the left. This then means that the text, if it is long enough, > wraps around the underneath of the image. I am wondering if there is a

Re: [css-d] stop text from wrapping around a floated image?

2005-06-28 Thread fokuss
Isnt that what a "clear" is for? Correct me if Im wrong. -Original Message- From: Philip Wills <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Tue, 28 Jun 2005 18:01:42 +0100 Subject: Re: [css-d] stop text from wrapping around a floated image? > Is there a

Re: [css-d] stop text from wrapping around a floated image?

2005-06-29 Thread Philip Wills
On 6/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Isnt that what a "clear" is for? Correct me if Im wrong. Clearing ensures a subsequent element appears below a floated element. There's no equivalent horizontally orientated clearing, however margins allow us to mimic this behaviour easil