Quote:
Originally Posted by Mercador
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..