View Full Version : Img help


maverick
03-04-2003, 06:53 PM
i really need help with putting an img on my website, im writing the site on Notepad for fun, and i have an img on another site and i want be able to view it from the site im writing. Can anyone help?
Thanx in advance.

MaGiCSuN
03-04-2003, 07:10 PM
Just put <img src="http://yoururlhere.com/imgname.gif" border=0>

On your site, replace the above url with the url of the image and it should work. you have to spell it the exact same way as you have it on the other site. If it doesn't work then check if your host where you got your image on allows direct linking

Love,
Mirna

gotfaith3
03-04-2003, 07:11 PM
yes.. okay so you want to put an image from another site on yours?? well if thats what your asking then just use this code ...

<img src="http://www.blah.com/blahblah/blah" width="350" height="100" alt="blah">

or you can save it on your computer and upload it to whatever server it is that your using and then just put the directory code in like this ....

<img src="blah.gif" width="350" height="100" alt="blah">

just change the stuff in bold. but i think it has to be saved as a GIF file or a JPG file. so just change the stuff in bold in the above codes and it should work for you... i hope i didnt confuse you.. if you have any more '?'s then just ask .

maverick
03-04-2003, 08:09 PM
thanx very much

:)