View Single Post
Old 05-30-2025, 02:45 PM   #3847
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,190
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Aleron Ives View Post
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.
JSWolf is online now   Reply With Quote