Okay, so for some reason this code does *not* set a wallpaper image, it does change the size but that's it. The div I'm using DEFINITELY has a class set to semitop and that is definitely the correct URL to the image, any ideas? div.semitop { background-image:url(./templates/main/images/header_wallpaper.jpg); background-repeat:repeat; width:100%; height:75px; }
nvm, figured it out, the style is in a template and most of the files use a path that goes directly from the home directory to the template BUT apparently not with the css file.