Quote:
Originally Posted by DaniMayCry
Greetings, I wanted to know whether it was possible to make with css inside epub files. I tried using the column-count property and it worked inside of Calibre but not on my e-reader (Kobo Libra 2).
Are there any other ways to make columns that would be recognized by e-readers?
|
When reading ePub on a Kobo, the reading software in use is RMSDK (ADE). You can use the following CSS code to make two columns. This code won't work with KePub or the Calibre viewer (at least I think it won't work). But it will work on your Libra 2 for ePub.
Code:
oeb-column-number: 2;