Homepage modification

I want to add a BG picture to just the index page and see a previous post suggesting below is the way to do it, does not seem to work and hints on how to get this to work.



thanks in advanced.



1)Modify customer/index.tpl :

Change



to



2) In your css file, define a different background or other different styles for:
body.homepage {}


I did that and then added (below)to my stylesheet

body.homepage {
background-image: url('/Images/background.png');
min-width: 970px;
text-shadow:0 1px 1px white;
}

[quote name='njdanny' timestamp='1315494559' post='121256']

I want to add a BG picture to just the index page and see a previous post suggesting below is the way to do it, does not seem to work and hints on how to get this to work.



thanks in advanced.



1)Modify customer/index.tpl :

Change



to



2) In your css file, define a different background or other different styles for:
body.homepage {}


I did that and then added (below)to my stylesheet

body.homepage {
background-image: url('/Images/background.png');
min-width: 970px;
text-shadow:0 1px 1px white;
}
[/quote]

Nevermind missed you wanted a BG image.