To display a picture in the coffee shop:
type <img src=”full_URL.jpeg”>
Every thing on the web has an address.
When you’re browsing and you find a picture you like copy the URL into a
“notebook” on your computer. A URL looks like this:
http://www.hempbc.com:80/virtual_store/catalog/postcards/postcards_main.html
(turn on options ->″show location” in Netscape)
Now chose view->source…
This will show you the page in html. Find the <img src= tag that corresponds to the picture you want.
for example: <IMG align=”absmiddle” VSPACE=8 HSPACE=8 SRC=”postcard14.gif”><tt>PC-1014</tt>
The name of the picture is “postcard14.gif”.
Now go back to the URL of the html source you just looked at. (what you copied earlier on)
replace the last “whatever.html” to the name of the picture you noted in the previous text file.
eg: http://www.hempbc.com:80/virtual_store/catalog/postcards/postcard14.gif
To display the picture in the coffe shop type:
type <img src=”http://www.hempbc.com:80/virtual_store/catalog/postcards/postcard14.gif”>
Don’t forget the quotation marks!
