Re: [css-d] Floating images with text wrapping underneath

2007-07-17 Thread David Hucklesby
> David Hucklesby wrote re: http://www.fortvalleyrealestate.com/ > >> p { >> display: table; >> height: 0; >> } >> >> "display: table;" makes it display as a box, as you'd expect. >> On Mon, 16 Jul 2007 22:53:22 +0100, Jason Crosse responded: [...] > > I must say, though, that very quickly adding

Re: [css-d] Floating images with text wrapping underneath

2007-07-16 Thread Thierry Koblentz
> On Behalf Of Jason Crosse > > "display: table;" makes it display as a box, as you'd expect. > > I'm very interested in use of the display:table rule and its > relatives. I've avoided using them completely up until now, but if > you and any others on the list have successfully used them then I >

Re: [css-d] Floating images with text wrapping underneath

2007-07-16 Thread Jason Crosse
David Hucklesby wrote: > > p { > display: table; > height: 0; > } > > "display: table;" makes it display as a box, as you'd expect. I'm very interested in use of the display:table rule and its relatives. I've avoided using them completely up until now, but if you and any others on the li

Re: [css-d] Floating images with text wrapping underneath

2007-07-16 Thread Richard Grevers
On 7/16/07, Rachel Vidrine <[EMAIL PROTECTED]> wrote: > This issue has probably been covered before, but it wouldn't hurt for > someone to ask it again. > > > > When floating an image to the left or right of a paragraph, what is the CSS > to prevent the last line(s) of the paragraph from continuing

Re: [css-d] Floating images with text wrapping underneath

2007-07-15 Thread David Hucklesby
On Sun, 15 Jul 2007 13:50:59 -0400, Rachel Vidrine wrote: > > When floating an image to the left or right of a paragraph, what is the CSS > to prevent > the last line(s) of the paragraph from continuing under the image? I just > want the last > lines to continue under the other lines, not underne

[css-d] Floating images with text wrapping underneath

2007-07-15 Thread Rachel Vidrine
This issue has probably been covered before, but it wouldn’t hurt for someone to ask it again. When floating an image to the left or right of a paragraph, what is the CSS to prevent the last line(s) of the paragraph from continuing under the image? I just want the last lines to continue under t