the journal uses xml. I have not tried this in RW, but here is XML code to insert images. try it and let us know <Image> <Src> images / sample.jpeg </ src> <height units = "pixels"> 500 </ height> <width units = "pixels"> 800 </ width> <title> Title of image </ title> </image>
DE: Tatsächlich funktionieren die Bilder im RW Journal ein bisschen anders Diese benötigen ein Attribut "name", welches den Pfad zum Bild im Serververzeichnis angibt, dann "width" / "height" Attribute (für die absolute Bildgröße), "posx" und "posy" für die Bild Position (x/y), "page" um festzulegen, auf welcher Seite das Bild angezeigt wird und "pivot" für den Pivot / Mittelpunkt des Bildes.
EN: In fact the images work slightly different in the RW journal They use a "name" attribute which references an image in the server directory, "width" / "height" attributes (for the absolute image size), "posx" and "posy" for the image position (x/y), "page" to determine if the image is visible on the left or right page, and "pivot" to set the pivot position of the image.