View Single Post
Old 06-16-2014, 12:27 PM   #16
jcsalomon
Zealot
jcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheesejcsalomon can extract oil from cheese
 
jcsalomon's Avatar
 
Posts: 98
Karma: 1204
Join Date: Jun 2012
Device: Bookari (née Mantano Reader) on Android; Kindle Fire HD
[Apologies for thread necro.]

Here’s what I’ve ended up doing:
Code:
.hr {text-indent: 0; text-align: center;}

…

<p class="hr">•—•—•</p>
If I can’t use the <hr> tag for correct semantics, I’ll just stick with the simplest possible way to do things. Simple search-and-replace gives me whatever patterns I want, or &nbsp; gives me a blank-line separator for the same price.
jcsalomon is offline   Reply With Quote