Twine, sugarcube - Placing Images

Godless Animal

New Member
Oct 9, 2019
3
20
Hello, i know it's very silly question but i dont know how to do it.

i want to place my images like; left, right ,center.

i try <right> image </right> is there any simple code?

:unsure::unsure::unsure:
 

Sopra

Newbie
Jul 30, 2017
72
384
I don't know if it's the best solution, but here what I'm doing to achieve that :

Code:
<div align="center">Insert your image here</div>
Just replace the align value with whatever you need.