Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Css Newbie Question…. Re: Css Newbie Question….

#58387
chrisburton
Participant

@soap, using a div to clear floats is not needed in most cases and is in bad practice as it creates extra markup. You can simply use clear:both; on the next element to clear the float.