AngelGurl
03-01-2003, 11:59 AM
I tried using this code:
<BODY BACKGROUND="YourImageName.gif" bgcolor="#ffffff" bgproperties="fixed">
And I want as background a picture from the net, do I have to put in the whole URL instead of yourimagename? I tried that and it didn't work...
MaGiCSuN
03-01-2003, 12:01 PM
You can fill in the world url yes
where are getting the image from anywayz? because maybe that host doesn't allow direct linking :) and don't forget the http:// part ;)
Love,
Mirna
AngelGurl
03-01-2003, 12:05 PM
I'm trying to get it from: http://www.animevisions.net/
MaGiCSuN
03-01-2003, 12:09 PM
I think the best way is to save the image on your C:\ drive. Then upload it to your own space and link it from there
I don't know wich host you use for your own space, so sorry if you can't upload. You can sign up at several hosts for your images to host on so t hat you can link them from there.
Maybe you can view the code you are using now? the exact code like you have it on your webpage now. Thanks
Love,
Mirna
AngelGurl
03-01-2003, 12:15 PM
you mean like this: <BODY BACKGROUND="http://www.animevisions.net/Pictures/girls/PrettyGirl.jpg" bgcolor="#ffffff" bgproperties="fixed">
? When I try to save the picture it turns into a bmp file so thats also a problem
MaGiCSuN
03-01-2003, 12:42 PM
It shows up for me, i saved the code into a .html file and opened it and it works for me
Love,
Mirna
Sheila
03-01-2003, 01:56 PM
You are not supposed to direct link images.
On that site it says in the FAQ section....
"But PLEASE upload the pictures to your own server and don't direct link"
AngelGurl
03-02-2003, 09:22 AM
so I have to put the picture on my computer, put it on the internet and then put the link in the code?
Sheila
03-02-2003, 09:34 AM
You upload it to geocitites....
then put
<BODY BACKGROUND="PrettyGirl.jpg" bgcolor="#ffffff" bgproperties="fixed">