View Single Post
Old 01-20-2019, 11:00 AM   #7
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,189
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by ElMiko View Post
In calibre's viewer and in Kindle.


re: using <p> tags — sometimes I'd like a line break that still inherits the specific class attributes of the initial element. Using a <br/> tag is an efficient way to do that (provided it works). Again, what's surprising to me is that it displays without any problem in ePub (both in Sigil and in calibre), but then gets ignored in an AZW3 conversion.
Then just use a no-break-space.

Code:
<p>*</p>
bernie
gbm is offline   Reply With Quote