25 Jan
1999
25 Jan
'99
8:33 p.m.
Hi Wiebe, Amos gave a good reply and in part he wrote:
...So the question is, how to refer to an image within a document. The answer is with its URL.
<img src="/myFolder/myImage/foo.gif">
That's all there is to it.
Let me add one thing that may trip you up: The Caracter Case: This
<img src="/myFolder/myImage/foo.gif">
Is NOT the same as
<img src="/Myfolder/Myimage/Foo.gif">
I wish there were a way to ignore case in all cases! -bobo connor