Quote:
Originally Posted by Notjohn
p {
margin-top:0.0em;
margin-bottom:0.0em;
text-indent:1.5em;
text-align:justify;
}
|
That's not good code at all. You do not need 0.0em. Just use 0
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
text-align: justify;
}
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
Now that's better code.
As for the nook, B&N has done some odd things with RMDSK that causes some oddities.