Thread: PRS-900 High Bevel on Frame stinks
View Single Post
Old 01-02-2010, 08:00 PM   #17
phazlehurst
Member
phazlehurst is on a distinguished road
 
Posts: 12
Karma: 60
Join Date: Dec 2009
Device: PRS900, and PRS700 and PRS505
So I just spent an hour chatting with two different folks in customer care and they are clueless to the problem. My guess is that this will not get fixed until a lot of people complain that the ePubs lack margin definition and/or they add a "create a margin" mode on the reader itself...

I just "pulled apart" one of the epubs, and I cannot honestly say I understand the format, since while there is CSS that indicates what to do it pretty clearly shows that there are no margins around paragraphs, there's also nothing that I can see in there that defines what to do at the top of the page of the reader...

So if someone could point me to that part of the CSS that'd be supremely helpful... i.e., how exactly do you specify a top or bottom margin for the page? If it's just the paragraph settings, then these are very clearly set to zero, as you can see below:

p.para-indent { display: block;
font-size: 10pt;
font-style: normal;
font-weight: normal;


margin-top: 0em;
margin-bottom: 0em;
margin-left: 0em;
margin-right: 0em;
text-indent: 1.5em;
}

p.para-flush { display: block;
font-size: 10pt;
font-style: normal;
font-weight: normal;


margin-top: 0em;
margin-bottom: 0em;
margin-left: 0em;
margin-right: 0em;
text-indent: 0em;
}


tx

P
phazlehurst is offline   Reply With Quote