Quote:
Originally Posted by Turtle91
That's not good code at all. You do not need to break out all the margins. Just use:
body {
widows: 1;
orphans: 1;
margin: 0;
}
p {
margin: 0;
text-align: left;
text-indent: 1.2em
}
Now that's better code. 
|
I think JSWolf used
Code:
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
instead of
because Nook doesn't support the shorthand form.
Regards
Rubén