You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Matthias Wessendorf <ma...@matthias-wessendorf.de> on 2004/11/05 12:31:54 UTC

using graphics

hi,

I created a site with forrest.
all is fine. now I want to use images inside of <body/>
Howto do this?

Regards,
Matthias


Re: using graphics

Posted by Thorsten Scherler <th...@apache.org>.
El vie, 05-11-2004 a las 12:31, Matthias Wessendorf escribió:
> hi,
> 
> I created a site with forrest.
> all is fine. now I want to use images inside of <body/>
> Howto do this?
> 


http://forrest.apache.org/docs/your-project.html#images

> Regards,
> Matthias
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


Re: using graphics

Posted by "Stephan E. Schlierf" <st...@vsa.de>.
Am Freitag, 5. November 2004 12:31 schrieb Matthias Wessendorf:
> hi,
>
> I created a site with forrest.
> all is fine. now I want to use images inside of <body/>
> Howto do this?
>
> Regards,
> Matthias
Either by using the <figure> element (which is allowed inside 
<body>...</body>)
or by defining something like
<p>
   <img.../>
<p>
The following links might be useful, too:
http://forrest.apache.org/docs/document-v12.html (describes the 
document-v12.dtd)
http://forrest.apache.org/docs/document-v13.html (describes the 
document-v13.dtd)
http://forrest.apache.org/docs/document-v20.html (describes the 
document-v20.dtd)

HTH,
Stephan