|
Posted by Adrienne Boswell on 10/27/07 15:06
Gazing into my crystal ball I observed Xonan <nowhere@nospam.com>
writing in news:pan.2007.10.27.13.12.50.845176@nospam.com:
> 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
>
>
>
So you need to play with the CGI until it spits out the HTML needed.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|