|  10-16-2015, 02:45 PM | #31 | 
| A garbling groftpot            Posts: 996 Karma: 9234667 Join Date: Feb 2012 Location: France Device: Oasis, Voyage, Kobo mini, Samsung tablet, phones, whatever. | 
			
			Well, each to their own. I can accept most formatting as long as the authors words hold my attention.
		 | 
|   |   | 
|  10-16-2015, 07:56 PM | #32 | |
| A Hairy Wizard            Posts: 3,395 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: 
 There is just some formatting that is sooo irksome that it keeps distracting me from reading the words. Wouldn't you think that the author would insist on proper formatting so people can enjoy their books?? | |
|   |   | 
|  10-18-2015, 07:10 PM | #33 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			I agree. Some formatting is just so there, you cannot help but notice it and that's not something you should be doing while reading.
		 | 
|   |   | 
|  10-18-2015, 07:26 PM | #34 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
 I think that's a good set of DONT'S to start with. | 
|   |   | 
|  10-19-2015, 10:47 AM | #35 | 
| Guru            Posts: 820 Karma: 6528026 Join Date: Sep 2012 Device: Kobo Elipsa | 
			
			And don't use a different font size for every class in the CSS. Drives me crazy. What's up with font sizes of 1.03, 0.997, 0.989 for text in regular paragraphs, or 0.667, 0.713, 0.704 for text on the copyright page, depending on whether it's centered, indented, justified or whatever? Edit: I guess this falls into the "Don't put in font-size in the body text..." rule, but I don't mind seeing font sizes (except for 1em) in a class. But the slightly varying font sizes for each class is just bizarre. Last edited by icallaci; 10-19-2015 at 10:53 AM. | 
|   |   | 
|  10-19-2015, 04:42 PM | #36 | |
| No Comment            Posts: 3,240 Karma: 23878043 Join Date: Jan 2012 Location: Australia Device: Kobo: Not just an eReader, it's an adventure! | Quote: 
 | |
|   |   | 
|  10-19-2015, 04:49 PM | #37 | |
| Grand Sorcerer            Posts: 6,111 Karma: 34000001 Join Date: Mar 2008 Device: KPW1, KA1 | Quote: 
 I've had ebooks that had such weird font sizes that they were virtually unreadable up until font size 4 on the Kindle (think font size 6-7 on a 24 inch 1920x1080 screen), and then jump to a huge font when set to font size 5. | |
|   |   | 
|  10-19-2015, 06:43 PM | #38 | 
| Guru            Posts: 820 Karma: 6528026 Join Date: Sep 2012 Device: Kobo Elipsa | 
			
			Most publishers have a house style sheet that could be standardized to something reasonably sane. Surely they must look at the results before sending it out into the world? Oh, wait...
		 | 
|   |   | 
|  10-19-2015, 07:13 PM | #39 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  10-19-2015, 07:14 PM | #40 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			It's people not looking at the code of the eBook after it's generated. It's so easy to fix these things by hand. I do it all the time and it takes no time at all.
		 | 
|   |   | 
|  10-20-2015, 02:10 AM | #41 | 
| Guru            Posts: 820 Karma: 6528026 Join Date: Sep 2012 Device: Kobo Elipsa | |
|   |   | 
|  10-20-2015, 05:57 AM | #42 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			I've even seen things like a margin of .01666 and that's wrong too. These sorts of mistakes/errors can so very easily be fixed just by looking at the CSS. I can do it in less than 10 minutes. That includes removing unused CSS classes, fixing font sizes, and any margin issues.
		 | 
|   |   | 
|  10-20-2015, 06:42 AM | #43 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			"1em" is useful, although it is, as you rightly say, the default, because it allows the font size to be easily changed. If you set "1em" as the font size for something, and you later decide that you'd like it to be a little larger, it's easier to change "1em" to "1.2em" than to have to insert a new line into the CSS.
		 | 
|   |   | 
|  10-20-2015, 09:03 AM | #44 | 
| Grand Sorcerer            Posts: 8,003 Karma: 71261339 Join Date: Feb 2009 Device: Kobo Clara 2E | |
|   |   | 
|  10-20-2015, 10:40 AM | #45 | 
| Addict            Posts: 272 Karma: 8000000 Join Date: Oct 2010 Location: Corvallis, OR Device: Kindle PW2, iPad Pro | 
			
			JSWolf, do you know of a primer and tool for fixing these issues?
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Screen background color 2014 Kindle basic vs 2013 basic | bounce | Amazon Kindle | 1 | 01-08-2015 03:50 PM | 
| Cleaning ePubs: automatically, fast and with as many generic rules as possible | ibu | ePub | 118 | 04-04-2014 10:31 AM | 
| REALLY basic, basic, basic questions | MrB | Amazon Kindle | 3 | 10-22-2012 06:43 AM | 
| trouble when converting many epubs to epubs | comet | Conversion | 13 | 03-21-2012 01:57 AM | 
| Touch Problem with all epubs, my epubs, or my kobo? (line clipping) | plague006 | Kobo Reader | 14 | 12-02-2011 11:32 PM |