View Full Version : background image URL


invisible_freak
11-25-2003, 02:21 AM
how do i add a background image URL for my website?
as in not from my computer but from a website..?

Rosey
11-25-2003, 02:52 AM
In the body tag:

background="http://whatever.com/image.jpg"

If it's in a style sheet:

background-image: url(yourimage.gif);


The website you are linking from has to either allow direct linking or be your own.

invisible_freak
11-27-2003, 04:39 AM
it doesn't work!!
neither works..
sigh..
www.only2a1.cjb.net
well my class forum
i need to at least add a dark background there but i have no idea why it doesn't work

pb&j
11-27-2003, 06:32 AM
you seem to have multiple HEAD tags as well as STYLE areas.

you should have only one set of HEAD tags and preferably one STYLE area.