You can't get any top margin?
That usually happen immediately following a "soft" (meaning css page-break-(before|after)) page-break. Most devices/apps using Adobe's RMSDK ignores margin-top in those situations. I believe the ePub spec permits them to do so.
I've heard some say they could get around it using "padding-top" instead, but a sure-fire way to force the renderers to honor margin-top on a new "page" is to split the actual xhtml file and start a new one. Margin-top is always honored at the start of a new file.
|