Speedis.org
Moderator: Gamemasters
Speedis.org
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?
-
- Posts: 286
- Joined: Sun May 12, 2002 5:58 am
- Location: Austria - Steiermark
- Contact:
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)
- 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)