> is it possible to use a background image?
>
> I tried
> body { background-image:url(../uploads/textur00.gif);
> }
Thanks for all answers, now it works fine:
body { background-image:url(/uploads/textur00.gif); }
I didn't want to have fixed domain, this is more flexible.
ALBI...