| 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")" /> |