Re: [css-d] float left - text doesn't wrap

2006-11-15 Thread Stephan Wehner
Thanks, good tip! I had an H2 inside a FIELDSET which is not allowed. See you Stephan On 11/15/06, Dave Goodchild <[EMAIL PROTECTED]> wrote: > Why do you have so many styles for such a relatively simple page? Looks like > a case of divitus. The float works in IE (you really need to check in that

Re: [css-d] float left - text doesn't wrap

2006-11-15 Thread Dave Goodchild
Why do you have so many styles for such a relatively simple page? Looks like a case of divitus. The float works in IE (you really need to check in that browser often as you code - if you don't want IE install the IE Tab extension for Firefox). The html is also invalid (160+ errors), and without a

[css-d] float left - text doesn't wrap

2006-11-15 Thread Stephan Wehner
Hi there, I am trying to place a box towards the top-left of a page. float: left will be ok for that. But I find the text doesn't flow around it. It is as if it was tabbed to just to the right of the box and keeps on going beyond the box. (ASCII representation:) +--+ Text text text text |