On Fri, Apr 04, 2003 at 09:28:49AM +0100, Schlierf, Stephan wrote:
> Hi,
> I started forrest by "forrest run".
> Now if I add an image to a file in the build/webapp/content/xdocs tree it is
> shown in the browser but does not appear in the respective PDF-file (not the
> image, not even the text of the "alt"-attribute).
> The image is located in build/webapp/resources/images.
> Can someone give me a helping hand ?
Forrest 0.4 or CVS? PDF images don't work in 0.4, but they should in
CVS. A 0.4 workaround that _might_ work is to hardcode the filesystem path
to the image in the XML file:
<img src="/path/to/site/build/webapp/resources/images/foo.png" alt="It's
a foo picture"/>
--Jeff
> TIA,
> Stephan
> BTW: I include the image by
> <img src="images/foo.png" alt="It's a foo picture"/>
> I use the krysalis site skin
>
|