Hi Everyone.
I used the following code to add a link to a book page.
I added the page and the css page to to the epub file in calibre and it works fine. But when I use calibre to convert ebup file to mobi, the button and other design elements to not render. I am using calbre to view the books in each case. See attachments.
Can anyone help me with this?
<body class="calibre2">
<div class="box">
<p class="calibre3">Thank You for Downloading this Gefen Publishing House Ebook.</p>
<p class="calibre3">Sign up for our free weekly newsletter and get special offers on exciting new titles about Israel, Judaism and the Jewish People.</p>
<p class="button"><a class="a" href="">To sign up click here!</a>
</p>
</div>
I used the following code to add a link to a book page.
I added the page and the css page to to the epub file in calibre and it works fine. But when I use calibre to convert ebup file to mobi, the button and other design elements to not render. I am using calbre to view the books in each case. See attachments.
Can anyone help me with this?
<body class="calibre2">
<div class="box">
<p class="calibre3">Thank You for Downloading this Gefen Publishing House Ebook.</p>
<p class="calibre3">Sign up for our free weekly newsletter and get special offers on exciting new titles about Israel, Judaism and the Jewish People.</p>
<p class="button"><a class="a" href="">To sign up click here!</a>
</p>
</div>