Hi again jettrue, I have another question for you. If I want to use an image for my back ground how would I do that. It's blue now but I want to use like candy canes, Christmas trees or something like that for Christmas. What file would I have to modify for this.
Thank you

How would you go about doing this. When I insert the image for the back ground, it just shows a white back ground. This is what I have change it from.

From this


/* other background color or image changes */
body {
background:#84A4C1; /* main site background color, blue default */
}

To this

/* other background color or image changes */
body {
background:christmas.jpg; /* main site background color, christmas default */
}

Only shows a white back ground. I have changed it back for the time being.