![]() |
#1 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Feb 2016
Device: Kindle Paperwhite
|
Is it possible to rotate text in an ePub?
I have a table that has rotated text in one of its columns. I've been searching for possible solutions and the only one that will seem to work it is to use SVG. But as far as I know that wouldn't be compatible with the .mobi format.
I stumbled upon the -epub-text-orientation property here, but I couldn't make it work. Is there any other way to accomplish what I want to do? I want the eBook to be as cross-compatible as possible. Thanks. |
![]() |
![]() |
![]() |
#2 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Things like this is why Amazon should allow KF8 only eBooks. Mobi is obsolete. When a book is not needing any features that are not available in Mobi, fine, sell a Mobi. But if you need KF8 only features, don't sell a Mobi. |
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Feb 2016
Device: Kindle Paperwhite
|
Oh, I see. So I guess I'll have settle for the conventional orientation.
It's pretty unfortunate that Amazon forces authors to use .mobi. In the end, it is only limiting the potential of the eBook market. Anyway, Thanks for your help. |
![]() |
![]() |
![]() |
#4 | |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 557
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
|
Quote:
|
|
![]() |
![]() |
![]() |
#5 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
I've been saying that Amazon should allow KF8 only eBooks. Amazon does allow some eBooks that can't be sold for eInk Kindles. So I see no reason not to sell KF8 only eBooks. Mobi is obsolete and it's hindering progress. |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 | |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 557
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
|
Quote:
Maybe I do not feel this problem too much because Amazon began to sell Kindle in Italy only from generation 3 (that supports KF8). Fabrizio |
|
![]() |
![]() |
![]() |
#7 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,031
Karma: 91577715
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Amazon supports the use of media queries to allow the a single e-book to contain formatting specific to multiple Kindle devices. For example, "@media amzn-kf8" and "@media amzn-mobi" can be used to target devices based on the Kindle e-book format that they support. Used in conjunction with "display: none" you can have regular text for older devices and rotated text for newer devices.
Personally I think using rotated text in an e-book would be a mistake. Some devices auto-rotate the screen when the user changes its orientation and the so rotated text would always remain rotated, making it difficult to read. Large tables are difficult to read on small screens. It is generally better to arrange the table content to be more suited to the limitations of e-reading devices. |
![]() |
![]() |
![]() |
#8 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Media queries are not the solution. Too many people have trouble enough making eBooks without making it more complicated. Using media queries means having to learn two eBook formats. It would just be easier to phase out Mobi.
|
![]() |
![]() |
![]() |
#9 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,358
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Media queries are exactly the solution. That's why they exist. You not liking them doesn't change that fact.
|
![]() |
![]() |
![]() |
#10 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,641
Karma: 8566337
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
|
Quote:
Code:
-webkit-transform: rotate(-90deg); ![]() |
|
![]() |
![]() |
![]() |
#11 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Because ePub is/was going to be the source format.
|
![]() |
![]() |
![]() |
#12 | |
mostly an observer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,518
Karma: 987654
Join Date: Dec 2012
Device: Kindle
|
Quote:
As for Amazon's catering to Kindle 1, 2, and DX devices, well, that is one of the reasons that Amazon is a greater company than Apple, which obsoletes devices just a few years old. The early Kindles seem to be pretty much eternal, to judge by the prices they get on eBay. I suspect it's formatters who are supporting the market. |
|
![]() |
![]() |
![]() |
#13 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Tablets are completely different than Readers. A tablet relies on apps and the OS. If the OS cannot be updated than the apps versions will be whatever the last version to run on that OS and if a new version comes out for a newer OS, then you won't be able to use it.
Kindles are similar in that you won't get any new features for the old models. Yes, they can handle Mobi and that's fine. But that's also holding back progress. Amazon should be allowing KF8 only eBooks to be published. There are things that don't work on Mobi that cannot be back ported or won't work well enough. My Sony Reader PRS-T1 still works and it still allows me to read ePub. But, it's slow and the version of ADE does not have hyphenation. So what that means is that if I was still using the T1, I would have to put up with a screen not as good and missing features that I do want. But, Amazon is stifling eBooks from using features that would make them better. I've seen ePub that is better formatted and the KF8 version is not as good because the publisher removed things because of Mobi. |
![]() |
![]() |
![]() |
#14 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 557
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
|
And, btw, KF8 is weaker than EPUB3.
|
![]() |
![]() |
![]() |
#15 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
![]() |
Tags |
format questions, vertical layout, writing mode |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
EPUB 3 multi column text reading order across pages for epub | laksathish | ePub | 13 | 11-13-2018 05:18 AM |
Generate epub using text-recognized text in PDF not Pictures. | lordofazeroth | Conversion | 0 | 09-19-2013 04:16 PM |
Can i rotate text and insert images in Mobi and EPUB? | JanGLi | Kindle Formats | 5 | 02-02-2013 04:16 PM |
Sideway Table in ePub (Rotate table/text) | Lapiz | ePub | 3 | 01-29-2010 01:11 PM |
Kindle 2.3: How do I rotate text? | ziplizard | Amazon Kindle | 3 | 12-10-2009 12:43 AM |