Background pics on home page

Can someone tell me if it is possible to use a picture as a background on the home page and if so where/how i can insert it in the CSS file.   Im sure its in the general template css somewhere but i cant fathom out where i need t o add the image (if i can) = i did manage to change the background colour so I know i am in the right area well I think i am anyway.

 

Cheers

Quote · 12 Oct 2008

yes you can, in the general.css go to the body tag:

body
{
margin:0px;
padding:0px;
background-image:url('../images/achtergrond.jpg');
background-attachment:fixed;

font-family:Arial;
font-size:12px;
color:#000000;
}

Kids first
Quote · 12 Oct 2008

Thank you for that - worked a treat

Quote · 21 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.