Originally Posted by RbnJrg
On WebKit render engines, works fine. But as workaround, try using also the property "word-spacing". For example;
Code:
span.spacing {
letter-spacing: 5px;
word-spacing: 10px;
}
But of course, ADE (under epub2) doesn't support those properties so you'll be forced to use " " to simulate separations.
|