View Single Post
Old 01-21-2016, 02:11 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
It looks like that is just being used for e.g. scenebreaks.

I use the following generic scenebreak code:

CSS:
Code:
.scenebreak {
  text-align: center;
  text-indent: 0%;
  margin: 1em;
}
HTML:
Code:
<p class="scenebreak">* * *</p>
You can add it as a saved clip, S&R it in place of the current code, etc.

I prefer my scenebreaks to be semantic elements for future-proofing and during conversions.
eschwartz is offline   Reply With Quote