View Full Version : Picture html?


Robyn830
01-18-2004, 12:37 AM
I couldn't find it on the site... But, how do I put a picture on a html only website?? is there a code?

Thanks!,
Robyn

MaGiCSuN
01-18-2004, 12:39 AM
it's probably under "basics" on Lissa's Explains It all

but here ya go:

<img src="URLOFIMAGEHERE.gif" border="0" height="#" width="#">

change # to the numbers of the size of the image

Love,
Mirna

Robyn830
01-18-2004, 12:40 AM
Thank you!!!

Robyn830
01-18-2004, 12:45 AM
I just tryed that code you gave me and it didn't work... it showed up as a little white box with a "x"
?? Is there any other code??

weird girl
01-18-2004, 12:47 AM
You have to upload the image to your server.

Robyn830
01-18-2004, 12:50 AM
You have to upload the image to your server.

I don't want to sound stupid but how do I do that??

starlet
01-18-2004, 12:55 AM
Who is your host? How do you upload your html pages? If you use ftp to upload your pages just do it the same way, if you are on geocities or someplace where you edit your html files online then there should be an 'upload' box somewhere, just click on browse, find the image on yout harddrive and upload.

weird girl
01-18-2004, 12:57 AM
I don't want to sound stupid but how do I do that??

I'm assuming that this is your website. I don't know what host you're using, but somewhere there should be a place where you can upload images and stuff. If you find it, then upload the images and the <img src=blahdeblah.gif> tag should work.

Edit: woops didn't mean to double starlet's post there.