Page 1 of 1

Speedis.org

Posted: Mon Oct 13, 2003 10:42 pm
by Grimlock
Speedis.org does not work. It was a website that let you take a picture from your computer and convert it into an HTML address. Does anyone know any other websites that do this?

Posted: Tue Oct 14, 2003 2:19 am
by Morgaine Le Fay
((forget it - I did not really read your question))

about time I got some sleep - then I am more of a help ;-)

Posted: Tue Oct 14, 2003 5:49 pm
by Bror
I suppose by "HTML address" you mean HTML file. If so, do the following:

- Open any texteditor like "notepad"

- insert this text:

<html>
<body>
<img src="picture.gif">
</body>
</html>


- replace the text "picture.gif" with your pictures name

- save the file to "picture.html" (including the two --->"<---)

- keep the "picture.html" and your graphics file in the same location (i.e. directory)

Posted: Tue Oct 14, 2003 8:09 pm
by ezo
I think he meant that it uploaded it and gave you the URL for you to use in the HTML code.

Posted: Wed Oct 15, 2003 5:40 pm
by Yakin
Or you have to upload your site as index.html, home.html or so?

Posted: Thu Oct 16, 2003 1:59 am
by Grimlock
Ezo was right. I ment a site that allows you to upload a picture you have on your computer, then (like speedis) it would give you an HTML code for that picture that you uploaded.