Linda Zammit wrote:
>So far it has only been on windows 2000... the URL that I sent was just a
sample...

><fo:external-graphic src="http://lzammit/whatever.gif"/>

>would be more correct.

This means you want to get "whatever.gif" via HTTP form the

host "lzammit", which implies you'll have to run a webserver

there able to serve the graphic. If you want to read the

graphic directly from the file system, use the file

protocol:

 <fo:external-graphic src="file://lzammit/whatever.gif"/>

which will read the file /lzammit/whatver.gif

HTH

Joerg Pietschmann




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to