View Single Post
Old 07-21-2025, 11:00 AM   #21
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,857
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Regarding <div> in place of <p> (or <h*> tags) I must say that many times I had to do that because of bugs in Thorium an PocketBook. PB has issues with especial margins and paddings (it doesn't honor them) so when I want a <p> with margins (or paddings) different from what I declared in the stylesheet for "p", I must replace the tag for a <div>

The same happens with Thorium regarding <h*> tags. The program doesn't honor the font-size set in the stylesheet. It's awful but if I want compatibility with Thorium , I have to replace for example <h1> with <div class="header1"> to get a proper font-size.

Last edited by RbnJrg; 07-21-2025 at 12:21 PM.
RbnJrg is offline   Reply With Quote