View Single Post
Old 12-19-2019, 01:40 PM   #15
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,061
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by hobnail View Post
I haven't tried this after the last update but on the kobo using nth-child to make a column right aligned doesn't work, for example

Code:
td {
    text-align: left;
}

table.twodigits td:nth-child(2) {
    text-align: right;
}
You have to create your eBook such that it works with ADE 2.0.1 or ADE 3.x. I'm not sure what ADE version the RMSDK that Kobo is using is equivalent to. I do wish Kobo would update to the latest version RMSDK.
JSWolf is offline   Reply With Quote