Quote:
Originally Posted by Aleron Ives
You may get better results by setting a style for the HR tag, e.g.
Code:
(ugly inline CSS adapted from stackoverflow)
<style>hr{margin-left: 40%; margin-right: 40%;}</style>
<hr/>
This will give you a small, solid HR that looks the same regardless of the user's screen size and font settings. Adjust the margins to suit your preference for how long you want the line to be.
|
That's what I do in LibreOffice. I set a style named "Change of Scene" and put all of the formatting in that style, then apply it where needed.
Added: If I chose I could just set a border for 1.5pt thick, and then do an indent of 1 inch.