Forums

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

Home Forums CSS PHPBB Skinning: Issue with colors on sides of phpbb forum Re: PHPBB Skinning: Issue with colors on sides of phpbb forum

#56816
AshtonSanders
Participant

Hi,

I don’t think I totally understand what’s wrong. It doesn’t look like you have assigned a background image to HTML, which is what is creating the white space.

If you want it to look like your blog, try applying this to HTML: (obviously, update the image url)

background:#656565 url(images/bgbody.jpg) repeat-x scroll left top;

Ashton Sanders