View Single Post
Old 12-05-2011, 01:14 PM   #3
mauvais
Junior Member
mauvais began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2011
Device: none
Problem solved! I narrowed it down to the style sheet itself, then discovered a missing friggin' colon.

p.style {
margin 0 0 0 0;
}

where it should have been:

p.style {
margin : 0 0 0 0;
}

Lesson learned! Apparently, any mistakes in the style sheet will crap out on the Nook, while the book will be read fine on most other devices/software.
mauvais is offline   Reply With Quote