View Single Post
Old 08-26-2019, 09:40 AM   #10
HHJT
Member
HHJT began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Feb 2018
Device: Kobo Glo
Quote:
Originally Posted by RbnJrg View Post
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.
That solved my problem!
HHJT is offline   Reply With Quote