Forums

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

Home Forums CSS Page wrap Re: Page wrap

#77896
jamygolden
Member

Add this to your CSS:

Code:
.clear { clear: both; }

And change the very last part of your HTML to this:

Code: