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.
|
I cannot stand inline CSS. That's why I posted my <hr/> as proper CSS.