Convert to PDF - Custom Header Not Working
Hi friends. Need help or enlightenment. I am converting from epub to PDF and i want to have a custom header and I have come up with this header template, but it is not working. The text align instructions seems to be ignored in the conversion process. Am I missing something?
<header>
<div class="even-page" style="text-align:left;">_AUTHOR_</div>
<div class="odd-page" style="text-align:right;"><i>_TITLE_</i></div>
</header>
|