- Subscribe to this message's RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Previewing my book on NOOK for PC eReading software
- Mark Message as New
- Bookmark
- Subscribe
- Subscribe to this message's RSS Feed
- Highlight This Message
- Print This Message
- E-mail this Message to a Friend
- Report Abuse to a Moderator
02-08-2012 03:16 PM
My book looks fine on NOOK Color and on the NOOK previewer, but I'm not able to view it on the NOOK for PC eReader. It downloads into the converted ePub file from the Microsoft Word doc file.
Can anyone tell me how I can view the book on the NOOK for PC eReader before I put it for sale?
Thank you,
JRTbtG
Solved! Go to Solution.
Re: Previewing my book on NOOK for PC eReading software
- Mark Message as New
- Bookmark
- Subscribe
- Subscribe to this message's RSS Feed
- Highlight This Message
- Print This Message
- E-mail this Message to a Friend
- Report Abuse to a Moderator
02-09-2012 09:42 AM
Re: Previewing my book on NOOK for PC eReading software
- Mark Message as New
- Bookmark
- Subscribe
- Subscribe to this message's RSS Feed
- Highlight This Message
- Print This Message
- E-mail this Message to a Friend
- Report Abuse to a Moderator
02-10-2012 03:16 PM
OK. I'll take your word for that.
Thanks,
JR
Re: Previewing my book on NOOK for PC eReading software
- Mark Message as New
- Bookmark
- Subscribe
- Subscribe to this message's RSS Feed
- Highlight This Message
- Print This Message
- E-mail this Message to a Friend
- Report Abuse to a Moderator
05-29-2012 01:59 PM
I published my book and saw it on the Nook Preview and it looked great! I downloaded a sample on my Nook Color and it looked HORRIBLE! The spacing was off and it looked nothing like the preview. Any ideas how I can fix ? I was under the impression the Nook Preview would have exactly what I wanted and it didn't represent how the final product would look.
Re: Previewing my book on NOOK for PC eReading software
- Mark Message as New
- Bookmark
- Subscribe
- Subscribe to this message's RSS Feed
- Highlight This Message
- Print This Message
- E-mail this Message to a Friend
- Report Abuse to a Moderator
05-29-2012 03:13 PM
That's because you had some sort of formatting errors that the previewer was forgiving of but the Nook device was not. If you know enough HTML and CSS to make your own epub file, you can run the HTML through the W3C Validator and later the epub file through Epub Check to make sure there are no errors in either prior to uploading the epub file. Unfortunately there is no way to validate the mysterious Word doc code, and there are nearly always things in it that do not transcode well to HTML. For instance code for italics will often times get placed outside of paragraph tags when they should go inside them and that sort of thing. Thus, relying on any kind of Word based transcoder to make your epub or mobi files is a risky proposition at best.
If I couldn't figure out the problwm in Word, I would open the Word doc in NotePad to strip out ALL the formatting, save as plain .txt and open that in Word to begin reformatting again, but keep it simple.
1) Keep ALL your text in the same font. 12-pt Times works fine.
2) Most e-readers can also handle a monospaced font, so Courier can also be used and will transcode fine.
3) You can use different font sizes, but don't use any bold or italics until after you've saved the file to HTML. Open it in NotePad (or whatever) and apply bold and italics there using simple <i> & <b> tags.
4) Keep everything ragged left from the beginning except for centering titles. The main thing is not to try to align right and not to justify anything.
5) Stay away from headers and footers in Word docs. They almost always cause problems.
6) No indents. Let the transcoder make them, so just keep everything in block format like a web page.
7) Ingest large quantities of coffee.