Forums

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

Home Forums CSS [Solved] Pagewrap Background Image help! Re: [Solved] Pagewrap Background Image help!

#66457
TheDoc
Member

Before your page wrap div closes add this:

<div class="clear"></div>

Then in your CSS add this:

.clear {
clear:both;
}