PHP Bulletin Board Home
News About Home
Features of phpBB Test drive phpBB Downloads Support for phpBB The phpBB Community Styles for customising phpBB 3rd party modifications to phpBB

Support Home | Knowledge Base Home | Submit Article | Search Articles | Browse Articles
 Problems with subSilver and backgrounds 
Description: Learn how to use a background image instead of just a colour with subSilver.
Author: Techie-Micheal
Date: Tue Oct 29, 2002 3:03 pm
Type: Fix
Keywords: subSilver, backgrounds, css, images
Category: Styles
Are you having trouble with background images not showing up in the subSilver theme? Try this fix posted by Bender (changed by me to input into css definitions)
1. Open overall_header.tpl in templates/subSilver.
2. Find this:
Code:
body {
   background-color: {T_BODY_BGCOLOR};

3. Add this code after it:
Code:

background-image: url(templates/subSilver/images/background.gif);
(replace filename with correct name)
4. Save and reupload.
5. Upload your image to the subSilver/images directory (make sure filename is the same as one that you put in overall_header.tpl)!

Username: Password:
News | Features | Demo | Downloads | Support | Community | Styles | Mods | Links | Merchandise | About | Home
 © Copyright 2002 The phpBB Group.