Quote:
Originally Posted by islandcharlie
Thanks. But with over 400 error messages, that seems an almost insurmountable task. Is there another word processing program or environment in which this kind of thing might not occur? I can use Pages on the Mac which might be cleaner, I suppose. I'd welcome any ideas. Thanks again.
|
With 400 messages,
many are going to be the same type of error.
learn to fix globally

Use Sigil (and Flightcrew that is built in).
Common faults are failures to conform to the rules. eg id=##
in Codeview
REGEX Search: id="(\d+)"
replace: id="b_\1" <- any letters are good
once you validat one fix meets you eyeball chech, switch to
All HTML files and replace all.
Always keep a prior version backup for those

moments.