Epub text appears to be off the page
Hello,
I am using CC2014 on a windows 10 machine. when viewing epubs the system defaults to Edge.
the issue I am experiencing is, when I convert my book to an fixed layout Epub, the conversion process places the text off the page. the effect is that all of the pages are devoid of text. all of the images appear to be anchored correctly, even the text boxes are in the write place, but all of the text is missing. I have included the HTML snippets below for reference. This page should show the single line statement "This page intentionally left blank".
note the size of the view port. safe to assume these are in px?
<meta name="viewport" content="width=612,height=792" />
Note the size of the "container" which I assume is the text box. I lifted this from the CSS file
#_idContainer024 {
height:152px;
left:36px;
position:absolute;
top:320px;
width:540px;
<body id="" lang="en-US" xml:lang="en-US" style="width:612px;height:792px"> // for proprietary reasons I removed the title of the document
<div id="_idContainer024">
<div style="width:10800px;height:3000px;position:absolute;top:1px;left:0px;-webkit-transform-origin: 0% 0%; -webkit-transform: rotate(0deg) scale(0.05);transform-origin: 0% 0%; transform: rotate(0deg) scale(0.05);">
<p class="QuickReference ParaOverride-1"><span id="_idTextSpan318" class="CharOverride-7" style="position:absolute;top:1328.96px;left:2883.43px;">This</span><span id="_idTextSpan319" class="CharOverride-7" style="position:absolute;top:1328.96px;left:3629.44px;">page</span><span id="_idTextSpan320" class="CharOverride-7" style="position:absolute;top:1328.96px;left:4438.21px;letter-spacing:-0.74px;">intentionally</span><span id="_idTextSpan321" class="CharOverride-7" style="position:absolute;top:1328.96px;left:6472.88px;">left</span><span id="_idTextSpan322" class="CharOverride-7" style="position:absolute;top:1328.96px;left:7056.3px;">blank</span></p>
So rather than using the styles I defined it has developed it's own. I used a naming convention with all lowercase letters and no spaces. I thought about camelCase but decided against it. I don't think that would solve the problem. i think of a good reason why it styles each word individually? Then look at the position for each word; it appears to be off the page. The whole book is like this. Does anyone know why is might be doing this and how I might correct it.
thank you
