Click to See Complete Forum and Search --> : CSS background image


orneryirishman
11-17-2009, 11:09 AM
do you have to link to a url on another site like photobucket for this(which works for me). or can you just put a pic in your root folder, somehow? I try to do this second option w/ no luck.

b1u3b0y
11-17-2009, 11:31 AM
you can link from your root directory

background: url(place url here example: ../images/image.png);

orneryirishman
11-21-2009, 08:00 AM
OK got it

I was just confused about that "url" part

thanks

royhobbs
11-23-2009, 08:58 PM
yeah u just type it like this:

background-image: url('the image path here');