Quote:
Originally Posted by DyckBook
Surprisingly similar to the steps I go through. I also check spelling. It's surprising how many spelling errors I find; especially run-on words.
|
Instead of fixing the css for the p tag what I do is delete the class="whatever" for the p tag, in all of the html files. It's very rare for me to get a book that uses css for an unadorned p (a p with no dot in the css, or a p with no class in the html); they all have some class they use for the vast bulk of the paragraphs. By deleting the class="whatever" I can then search for "p class=" and find any remaining p tags with a class that may need fixing.