CSS float help

I’m having issues getting things after a floated element to start on a new line. In the attached image, the heading is floated to the left, but I want the list after it to start on a new line. I’ve tried all sorts, including display:block and clear:left - nothing works. Anyone know how I can get it to work?

css-help.jpg

Re: CSS float help

Have you tried clear all in the Amateurs section? Or <br clear=“all” /> before that?

Jimmy

Re: CSS float help

Thanks, I’ve just used clear:both and it’s fixed! :cool: