|
Posted by Xonan on 10/27/07 13:12
On Fri, 26 Oct 2007 19:58:12 +0000, I V wrote:
> On Thu, 25 Oct 2007 13:16:17 -0500, Xonan wrote:
>> So far so good, except in the case of images. If I use <img
>> src="http://localhost/logo.png" width="417" height="137" border="0"
>> alt="Logo"> it works fine if accessed from the server itself, but
>> nowhere else.
>
> Do you have to use absolute URLs? Have you tried:
>
> <img src="/logo.png">
Interesting that you bring that up. It works just fine if that img line
is in a normal HTML script. But if that exact same script is generated
from a CGI program, it does not. Obviously there are some path
ramifications present that I don't understand yet.
Xonan
[Back to original message]
|