View Full Version : Helpppp


Mrs Barrett
09-08-2005, 06:13 PM
I have saved a stars gif image on my desktop, how do I put it on a black background using yahoo geocities?

Thanks

dolce shanti
09-08-2005, 06:26 PM
To add a background to your webpage, use this tag:

<body background="imagename.gif">

Mrs Barrett
09-08-2005, 06:28 PM
u onfor a while
can u talk me through it pls

Mrs Barrett
09-08-2005, 06:33 PM
http://www.freewebs.com/ultimatelymario
Thats the site

Mrs Barrett
09-08-2005, 06:35 PM
singing shanti are u still there

Monkey Bizzle
09-08-2005, 06:52 PM
what don't you understand?

Please don't double and triple post. Wait until someone answers you before you respond again.

Mrs Barrett
09-08-2005, 06:54 PM
OK sorry
But i dont know how to add it on my black page using either yahoo geocities or freewebs

Chris
09-08-2005, 07:07 PM
1) Is the .gif image animated?
2) Is the background black?
3) Do you have any knowledge of basic HTML?

Mrs Barrett
09-08-2005, 07:11 PM
I think the gif is animated would u like me to mail it to you and the background is black, no to the basic html knowledge is there a site i can get info from

Mrs Barrett
09-08-2005, 07:55 PM
anyone know?

dolce shanti
09-08-2005, 07:57 PM
Can you upload the picture to a web page like photobucket.com and show it to us? Then we can give you the exact code :-)

Chris
09-08-2005, 08:00 PM
1) Please stop double posting. It's against the forum rules.
2) I'd prefer if you didn't email me any more.
3) How about going through the pages on this site.

As for the help, put the following between your <body> and </body> tags:


<img src="http://www.domain.com/image.gif">

Hope that helps,
Chris :D

pb&j
09-08-2005, 11:57 PM
change your coding from this...
<body bgcolor="black">
<p>We set the background...</p>
<script type="text/javascript" src="/i.js"></script></body>
<body background="STARSSSSSgif">

to this...
<html>
<head>
<title> my page </title>
</head>
<body bgcolor="black" background="STARSSSSS.gif">
this is my page.
</body>
</html>

ashley_rae02
09-09-2005, 08:15 PM
I dont understand what your asking for..


How to get a black background?
Or how to put your background on the black background? Which wouldn't make sense..
Is it animated?

Mrs Barrett
09-09-2005, 11:41 PM
How to get a stars gif on to a pagebuilder such as freewebs and yes the backgrounds black

pb&j
09-10-2005, 03:44 AM
1. dont use pagebuilder, use advanced or straight html coding whatever the call it.

2. if you use the coding i gave in my last post, it would create and fix your page.