Quote:
Originally Posted by kamanza
It works in Sigil, but does not in ADE.
|
I don't believe letter-spacing works in RMSDK (EPUB2), but it might work in EPUB3... but again, I strongly recommend against using it.
Quote:
Originally Posted by kamanza
Apparently, I'll just have to insert spaces manually.
|
Why not just leave the text as it is?
Trying to insert forced spaces:
Code:
<h2>C H A P T E R 1</h2>
will just cause many more issues (especially Text-to-Speech). Also see the "Accessibility Concerns" heading in the MDN link above.