avariel
03-15-2003, 05:50 PM
hey, avariel here. i just joined this one site, and i was going to put their code up on my web site but i have NO clue how to. i know you have to up load the picture, but can anyone give me directions on how to?
thanx!!
zangerbanger
03-15-2003, 08:14 PM
If they give you the code on the site, just cut and paste it onto your site. If they only gave you a picture, here is the code:
<a href="THE SITE URL"><img src="YOUR PICTURE FILE NAME"></a>
vickiediablos
03-15-2003, 08:18 PM
Not exactly sure what you're saying. What do you mean you just joined a site? Do you mean you just have a new host? Or just joined a webring? Or what?
If by joining a new site you mean joining a new host, (e.g. Geocities, Tripod, etc.), then to upload your pic, go to the file manager/image and click upload/add, click browse and choose the file that's on your hard drive. This should be very easy. And when you've uploaded the pic, the new file will become, e.g. http://www.whateveryourhostis.com/yourname/yourpic.gif, instead of e.g. C:\Windows\MyDocument\yourpic.gif, etc. To show them on your site, use the html code <img src="http://www.whateveryourhostis.com/yourname/yourpic.gif">.
But if you mean you're linking to another site with an image, just right click on that image, click "Save picture as"
, then name it whatever you like. Do the uploading steps above, then set <a href="http://www.whateversiteyourelinking.com"><img src"http://www.whateveryourhostis.com/yourname/yourpic.gif"></a>. Something like that.
Hope that helps. Otherwise please clarify your question. :D
avariel
03-15-2003, 08:48 PM
yea, i meant more of a webring type of thing. thanks for the help!