View Single Post
Old 03-22-2017, 08:24 AM   #18
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
Given that from the BPHs, most Kindle eBooks start off as ePub as the source format, I don't think using webkit columns will happen. Also, given that you cannot do webkit columns in Mobi, that's not going to happen in KF8. The problem is is that KF8 is hampered by Mobi. Amazon really should allow KF8 only eBooks to be sold.
Easily fixed using media queries:

Code:
@media amzn-kf8 {
    /* CSS for KF8 devices */
}

@media amzn-mobi7 {
    /* CSS for Mobi7 devices */
}
It really doesn't have to be an all or nothing thing Jon.
Turtle91 is offline   Reply With Quote