Date:  10/07/2003 07:35:23 PM Msg ID:  001658
From:  Rich Thread:  001658
Subject:  FoxWeb trying to compile .GIF files
I have FoxWeb call a .PRG, which generates a simple web page:
 
------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
<HTML>
Hello
<img src='test.gif'>
</HTML>
------------
 
"Hello" appears on the webpage.
 
However, the image does not appear, and there is now a TEST.FXP and TEST.ERR file in my directory which were created from the TEST.GIF file.
 
What's going on?