Forums

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

Home Forums CSS clear: both; problem? Re: clear: both; problem?

#73157
KarlB
Member

Yeah every time you run an element with a float it takes it out of the content flow, so you need to run a

or




css:
.clear {
clear:both;
}