|  05-23-2015, 04:29 AM | #16 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			I'm not at all sure that publishers have become more amenable. Specifically requesting (and fixing) errors seems to be something unique to SF Gateway. They do a good job, though, which is why I mentioned the matter.
		 | 
|   |   | 
|  05-23-2015, 05:07 AM | #17 | 
| Addict            Posts: 294 Karma: 107414 Join Date: May 2013 Device: Kobo Glo | 
			
			Good for them    | 
|   |   | 
|  05-23-2015, 05:53 AM | #18 | 
| Addict            Posts: 294 Karma: 107414 Join Date: May 2013 Device: Kobo Glo | 
			
			Back to the GAP book at hand - is there anybody here who has a hardcopy of this book and can verify whether stations on a ship (helm station, data station, command station etc) is also capitalized "Station" in the hardcopy? It seems very weird to me to write "data Station" and "emergency (or combat)  Stations" like this - lowercase in the first word and uppercase in the second. Right now I am assuming it is a search-replace error.
		 Last edited by Joques; 05-23-2015 at 05:57 AM. | 
|   |   | 
|  05-23-2015, 06:00 AM | #19 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			I don't have the book, but that would be very poor English. I'm sure it must be a lower-case "s".
		 | 
|   |   | 
|  05-23-2015, 07:38 AM | #20 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
 | |
|   |   | 
|  05-23-2015, 07:48 AM | #21 | 
| Addict            Posts: 294 Karma: 107414 Join Date: May 2013 Device: Kobo Glo | 
			
			Thank you! I suspected as much, and had in fact already gone through the file and made the changes.
		 | 
|   |   | 
|  06-28-2015, 03:07 PM | #22 | |||||||
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | 
			
			Quotes from the current book I'm reading: Quote: 
 Quote: 
 Quote: 
 Quote: 
 Quote: 
 Quote: 
 Quote: 
 Spoiler: 
 | |||||||
|   |   | 
|  06-28-2015, 03:32 PM | #23 | 
| Grand Sorcerer            Posts: 5,698 Karma: 16542228 Join Date: Feb 2010 Location: Pennsylvania Device: Huawei MediaPad M5, LG V30, Boyue T80S, Nexus 7 LTE,  K3 3G, Fire HD8 | 
			
			Or at least look at the text after the replace before saving.   And shouldn't 'class="normal" only be in the css anyway? No need to do the replace in the text. 
		 Last edited by Purple Lady; 06-28-2015 at 04:01 PM. | 
|   |   | 
|  06-28-2015, 03:41 PM | #24 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
 Code: <p class="normal">This is normal body text</p> p.normal { text-indent: 1.2em; text-align: justify; } So it is necessary to replace it in the text (if you want to change the class name), but it's definitely a rookie mistake to try and match & replace everyday "words" in the html attributes without taking into account the possibility of those everyday words occurring in the content. Need to refine the search to isolate the markup/attributes only. Last edited by DiapDealer; 06-28-2015 at 03:54 PM. | |
|   |   | 
|  06-28-2015, 03:53 PM | #25 | |
| Grand Sorcerer            Posts: 5,698 Karma: 16542228 Join Date: Feb 2010 Location: Pennsylvania Device: Huawei MediaPad M5, LG V30, Boyue T80S, Nexus 7 LTE,  K3 3G, Fire HD8 | Quote: 
 | |
|   |   | 
|  06-28-2015, 08:13 PM | #26 | 
| 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 | 
			
			Although I personally would consider <p class="normal"> a bit redundant...if it is a "normal" paragraph then just use the "normal" tag <p> and style that in your css "p {}"...no need to waste all those memory bits to say it is normal. Reserve classes for those things that are different than normal....
		 | 
|   |   | 
|  06-28-2015, 09:05 PM | #27 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
 Last edited by DiapDealer; 06-28-2015 at 09:08 PM. | |
|   |   | 
|  06-28-2015, 09:54 PM | #28 | ||
| 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: 
 Quote: 
 ...and there is always the fact that the larger the file size, the more styling codes a device has to chunk through to properly render the text, the longer it takes... and the device tends to bog down. ...and it's just not good practice...it's like spaghetti programming...ewww   | ||
|   |   | 
|  06-30-2015, 01:20 AM | #29 | 
| Wizard            Posts: 3,413 Karma: 13369310 Join Date: May 2008 Location: Launceston, Tasmania Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet | |
|   |   | 
|  06-30-2015, 05:38 AM | #30 | 
| eBook Enthusiast            Posts: 85,560 Karma: 93980341 Join Date: Nov 2006 Location: UK Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6 | 
			
			In fairness, they may well have proof-read the book before making this change. One doesn't normally completely re-read a book after making a CSS change. It's human error.
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Next chapter in the saga of poor ebook formatting | Joques | General Discussions | 140 | 05-13-2015 05:31 PM | 
| More bad formatting | Joques | General Discussions | 6 | 02-20-2015 02:56 PM | 
| Formatting: no chapters for me, sniff | pavelh | Amazon Kindle | 4 | 03-18-2011 05:40 PM | 
| REALLY bad formatting | SeaBookGuy | Amazon Kindle | 9 | 01-05-2011 03:29 PM | 
| Formatting Chapters in .MOBI | ToeRag | Calibre | 1 | 04-05-2009 08:58 AM |