#text breaks not working
3 messages · Page 1 of 1 (latest)
Multiple empty lines get merged automatically by the wiki interpreter.
You could use multiple <br> to force it but I would recommend grouping the images together with the text into a table row or a <div> or something similar
Yeah, table row seems obvious, but it might not look as good on mobile. And the <br> line-up idea definitely won't work on phone screens. If you know CSS, you can set up display:flex, otherwise just try normal <div>s around each section.