HI,

I'd like to use a Firework image as a background image (it's basically the all
graphic for the home page) which has to be set in such a position. I want to
try to do everything using .css, avoiding tables. how can i do such a thing? I
found this piece of code on the net, but it doesn't seem to work:
body
{
background-image:
url('bgdesert.jpg')
}
which one is the URL?(considering i have my bit map file onto my computer but
then I want to be on the same folder on my host (for example:
.../img/my_image_for_background.gif))?
do i have to use DIVs.

Hope something can help!

THanks

Gg