HowDoIAddAnImageToAPresentation
Last modified by Vincent Massol on 2006/12/10
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: { 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\")" /> |