
: Re: What CSS can I use to change the background color of an epub on a Nook HD? I'm having a really hard time changing the background color of my epub on the Nook HD. I've tried doing: body
0 Reactions
well this looks like a html/css question the height percentage in the css also needs that its parent has height as well
so you can try this.
html, body {
height:100%;
}
and use your #myDiv coloring.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Rita

: Block quotes in numbered lists that don't interrupt numbering I am working on a book that has a long lists of paragraphs that are numbered as in a numbered list. Within several of the paragraphs
0 Reactions

: What's the correct way for developers to edit PDF? Recently I got a task to manually add a Table of Contents to a PDF ebook generated by someone who left it out. I didn't know how to do
0 Reactions