I've got this project that involves a poem with specific formatting. The lines need forced line breaks but also full justification. I searched a bunch on google and found various tricks that all fail to pan out when tried in the ePub.
Such as
https://stackoverflow.com/questions/...rows-in-a-poem
https://stackoverflow.com/questions/...text-using-css
The best solution did the breaks and the full justify (the second link) however when a long paragraph of text went from one page to the next the reader cut the lines off weird (top few pixels of a line at the and of the page and the rest of the pixels on the next page) -- I think due to the line-height confusing the reader (iBooks).
Any tricks for accomplishing forced line breaks and full justification?
- Doug