In the Admin CP under the Style Manager -- Skin you want to edit --> Main CSS, I'm trying to use an image for the
Page Background.
I added the following CSS to the
Extra CSS Attributes but haven't noticed any changes.
Code:
{
background-image: url('http://www.projectfanboy.com/vb/images/skins/superman_bg.jpg');
background-attachment:
fixed
}
Is there something wrong with my code?