#text breaks not working

3 messages · Page 1 of 1 (latest)

supple ferry
#

i need some help, im using visual editor and i press enter to move text blocks where i need them to go next to the images along the left but when i press save it moves back up, ignoring the text breaks

west fox
#

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

hearty schooner
#

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.