Hallo,
wie kann ich Bilder im Journal einfügen und x/y platzieren?
Danke im voraus.
Hallo,
wie kann ich Bilder im Journal einfügen und x/y platzieren?
Danke im voraus.
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.
Beispiel: <image name="test.png" width="256" height="256" page="left" posx="0.5" posy="0.5" pivot="center"/>
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.
Example: <image name="test.png" width="256" height="256" page="left" posx="0.5" posy="0.5" pivot="center"/>
Don’t have an account yet? Create a new account now and be part of our community!