Quote:
Originally Posted by Turtle91
Hi flouresce, welcome to MR!
There is no need to merge your html pages to run regex on all of them. All you need to do is select "All HTML Files" instead of "Current File" in the regex mode selector at the bottom.
Cheers!
|
Thanks, Turtle91! Saved me. Added to your rep.
I thank you all for your help. If I understand you all correctly, here's what I think I must do . . .
- Keep formatting to a minimum.
- Use only the most basic HTML elements and CSS styles.
- Avoid shorthand CSS properties and values (e.g. margin: 2em 0).
- Use relative values (e.g. ems) instead of absolute.
- Avoid @page because it could cause problems with old readers.
It would help to know what readers are the most popular. The Kindle is the most popular, right? That uses MOBI, I think. What EPUB readers are the most popular? Are they Google Play Books and iBooks?
Must I really use longhand for all CSS? It'll quadruple the amount of code!