Is the issue that your generated HTML contains the wrong file name for
the image? Or, are the file names correct, but the images won't load?
If the second is the case, remember that the web browser makes
seperate requests for the images. So, make sure you have a pipeline
for serving up the images. Here is an example:
<map:match pattern="images/*.gif">
<map:read mime-type="images/gif" src="resources/images/{1}.gif"/>
</map:match>
Hope this helps.
-Daniel
On Mon, 7 Mar 2005 09:23:16 -0800 (PST), fadi qutaishat
<[EMAIL PROTECTED]> wrote:
> Any suggestions?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]