You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Joao Miguel Ferreira <jm...@estg.ipvc.pt> on 2004/11/08 21:49:15 UTC

problems with figures with in PDF

Hello all,

I'm having problems inserting figures with the <icon> tag, only in PDF
(HTML is ok)

This is the code:

<p>...............................................................................</p>
<p><icon height="22" width="26" src="images/icon.gif" alt="..."/></p>
<p>...............................................................................</p>
<p><icon height="22" width="26" src="images/project-logo.gif"
alt="..."/></p>
<p>...............................................................................</p>
<figure src="images/project-logo.gif" alt="logo figure" width="220"
height="65"/>
<p>...............................................................................</p>
<figure src="images/icon.gif" alt="logo figure" width="220"
height="65"/>
<p>...............................................................................</p>

Result is: in HTML all the four images are ok ! in PDF only the last 2
appear.... the <icon> tag doesn't work but the <figue> tag works !!!

Any hints
Thanks

jmf