dreamweaver guru's!!!! i need help!

stev0

Diamond Member
Dec 9, 2001
5,132
0
0
It's a fairly small question, too late at night to ask the person that I normally ask so here it is.

I have this image that I made, fades from a pic to white (white being the backround of the rest of the site). I want to know how to set the picture as a backround (in the upper left hand corner) and not have it tile again. Or i suppose put it in a table and set it as the backround of a table... ? whatever I have to do to put the pic in the upper left hand corner and be able to put text over it. Also, I would rather not use layers if I don't have to. Thanks!
 

kt

Diamond Member
Apr 1, 2000
6,015
1,321
136
that's not really a dreamweaver question.. rather a general CSS or HTML question.

if it's for the whole page:

<body style="background-image: {URL}/background.gif; background-repeat: no-repeat;">

replace {URL} with the full website path to your background image.