Thread: I really need help
Results 1 to 2 of 2
-
02-01-2001, 12:46 AM #1
I really need help
Hi ny name is Lioness I've never signed this board befor but I was wondering does anyone know the HTML code for bacgrounds? I know its a beginner ? but I need help. I want to know how put an cool background I made on Photoshop on to my web page.
If anyone know I would apreciate the help thanx,
Lioness
by the way if anyone want to view the site the URL is: http://gurlpages.com/lionessallana/index.html
-
02-01-2001, 09:09 AM #2
Hi Lioness, welcome to the forums!
Putting a background on a page is rather simple, just include the attribute background="the location of the image" inside your body tag.
For example, if your image was named background.gif you code would be:
<BODY BACKGROUND="http://www.your.com/background.gif">
or
<BODY BACKGROUND="background.gif">
Do not add another body tag, but rather include the background="" inside the one you currently have.
Dave