View Single Post
Old 07-18-2020, 07:26 PM   #9
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: 79,965
Karma: 147448039
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 Mercador View Post
There's so many <div> in the html pages. My html skills are way back twenty years ago, if a css class isn't found, how it will process it? Because I could simply remove everything in the CSS file and put the basic code of JSWolf, I don't need more than that.
What to do is in the editor, Tools > Remove unused CSS rules. That will get run of unused CSS classes in the CSS and in he HTML. Then you can work on the CSS from there. If you do use my code, and there is another p you'll need to remove it. Also, any CSS class that has a center need to have a text-indent of 0. And if there is any classes that read noindent (or something like that), they too need a text indent of 0. Also, you can search/replace the <p class="whateevrtheclassis"> with the class name for most indented paragraphs and replace it with <p>. if the indent in that class is not 1.2em, search/repalce the indents to 1.2em.

And remove any line height so the slider works..
JSWolf is online now   Reply With Quote