Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: myk on September 03, 2004, 01:25:23 PM

Title: index coloring help
Post by: myk on September 03, 2004, 01:25:23 PM
Hi all. I've recently upgraded from 4 beta to 1 (the most current). I had a custom template that I set as the default and when i upgraded, I replaced the old "default" with the new one. So, I decided to update my custom theme to the new format. I've got everything working and it looks good except for the fact that I cannot change the white space in the main page (background/border).

http://www.wootlands.com/ is the site. If you go there, you'll see the white space I'm talking about. I want to change it to black. I can't seem to figure out which file the setting is stored in. If I revert to my old files, it works fine (old index.template.php with style.css). Does anyone know which file I need to edit to get rid of the white? I've checked index.template.php and style.css for any FFFFFF or "white" entries that would apply, but I cannot seem to find the correct entry.

Thanks in advance.
Title: Re: index coloring help
Post by: [Unknown] on September 03, 2004, 02:04:06 PM
Find, style.css:

body
{
margin: 0px;
padding: 0px;
}


Replace:
body
{
margin: 0;
padding: 0;
background-color: black;
}


I'm afraid this is a guess, but that should fix it... (in theory...)

-[Unknown]
Title: Re: index coloring help
Post by: myk on September 03, 2004, 02:15:20 PM
sweeeeeeeeeeeeeeeeet! thank you! :D worked like a charm!