XWiki.com

Search:

The best way to share information, build online
communities and web applications.
Language: | en
The FAQ has moved to http://www.xwiki.org/xwiki/bin/view/FAQ/

Document HowDoIAddAnImageToAPresentation

question Adding text seems easy, but Images ?

answer To add images to a presentation, you should first attach images to the presentation wiki page.

Once you have done this you can refer to presentation using the XWiki image tag:

{image:filename.gif} or {image:filename.gif|200|300}

If you need positioning of the image relatively to the text, you can use HTML <div> tags

If you want to add to the current page an image attached to another page, use the <img> tag as follows:

<img src="$xwiki.getAttachmentURL("XWiki.Toolbar","image.gif")" />


Copyright 2004-2006 (c) XWiki.com
Powered by XWiki