Hello!!
I wonder if its possible to add an image on the backround? and how can i do that? in the stylesheet?
its so boring whit just a white backround
thnks for any help!:)
Hello!!
I wonder if its possible to add an image on the backround? and how can i do that? in the stylesheet?
its so boring whit just a white backround
thnks for any help!:)
Yes, that can be done in the stylesheet. If you're talking for the background of the site, and not the content, you can do something like this:
body {
background:url(../images/name_of_background.jpg);
}
then you'd upload the image to your includes/templates/YOUR_TEMPLATE/images/ folder.