Quote:
Originally Posted by foosion
Go through file browser, hitting at least each file type (title page, copyright, chapter, etc.).
If you don't like appearance, figure out what's causing it and change. Have a set of rules, such as non-massive headings (1.4em), less empty space above and below headings and sections (margin: 0.5em 0), left justify, no dropcap or the like, 1.4em indent, 0 left right margins.
|
I find it's easier to search for class=" because I don't have to actually look at the text to see if I spot anything I want to change. If I know what the class does, I'll either edit it, leave it, change it, or remove it. So this means no scrolling through each HTML file to see what's what. All the ones with <p> mean standard paragraph unless it's proceeded with an <hr/>. It also means that once I've search/replaced all of the section breaks, my search won't stop at any of them.