I wrote code to create a horizontal line, using the <hr> tag, among some text on my Hub site. The line showed up fine while I was in configuration mode, but as soon as I exited configuration/editing mode for that row, the line no longer showed up. It disappeared. But when I clicked the gear icon to get back into configuration mode, the line displayed once again, and my code was still there.
What is going on? How can I get the line to stay visible after I exit configuration mode?
Here is my code for the line:
<hr style="border: 3px solid #e97c59; width: 70%;">
Thank you!