[css-d] Floating and not wrapping images

2005-05-25 Thread Scott Haneda
http://www.newgeo.com/web/css/float.html I have been at this too long, I just need a solution :-( I can not have the body copy text wrapping around the image, I more or less want 2 columns, and do not want to resort to a table, though I am about to, as 4 hours to get this far and 5 minutes with

Re: [css-d] Floating and not wrapping images

2005-05-25 Thread Chris Ovenden
On 5/25/05, Scott Haneda [EMAIL PROTECTED] wrote: http://www.newgeo.com/web/css/float.html I have been at this too long, I just need a solution :-( I can not have the body copy text wrapping around the image, I more or less want 2 columns, and do not want to resort to a table, though I am

Re: [css-d] Floating and not wrapping images

2005-05-25 Thread Scott Haneda
on 5/25/05 4:57 AM, Chris Ovenden at [EMAIL PROTECTED] wrote: This will stop your text from wrapping: .prodWrapper h1 { clear:both } That pushed the text down past the image, not what I want at all. If you look at the sameple link, the only thing I really want to change Is :\

Re: [css-d] Floating and not wrapping images

2005-05-25 Thread Mike Stickel
In this instance I would define the margin on the paragraph/text elements so that it equals the width of the image (or the maximum width that images could be). On May 25, 2005, at 3:45 PM, Scott Haneda wrote: on 5/25/05 4:57 AM, Chris Ovenden at [EMAIL PROTECTED] wrote: This will stop