I am setting up a new Confluence page and would like to add some boxes around text.
To insert the boxes around my text I add code to the source code like so:
<div style="border: solid 1px #000000; padding: 5px">
<p> TEXT </p>
</div>
which works just fine and I can save and publish it and the box will be displayed correctly. But as soon as I open the page editor again it reverts all the changes I did in the source code.
How do I get the changes to stay, so that I don't have to reinsert them every single time?