View Single Post
Old 02-28-2015, 10:48 AM   #208
Soxendom
Connoisseur
Soxendom began at the beginning.
 
Soxendom's Avatar
 
Posts: 62
Karma: 10
Join Date: May 2009
Device: Sony PRS T1
I think I've found a bug.
The code for the cover reads:
Code:
<svg xmlns="http://www.w3.org/2000/svg" height="100$" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 599 799" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="799" width="599" xlink:href="../Images/cover.png" /></svg>
Should this not read:
Code:
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 599 799" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="799" width="599" xlink:href="../Images/cover.png" /></svg>
Also my endnotes don't seem to be working properly.
I'm making a book with one endnote which shows correctly in word i.e. CATS A[1] to reference Canadian Air Transport Security Authority. In the epub however, the end note shows as <a id="RETN1">CATSA</a><sup><a href="#_EDN1" id="_EDNREF1" title="">[1]</a></sup></span> which takes you to the top of the book and the endnote itself is changed to <p>To See the Face of God</p>

Sorry to bother you. Thanks
Soxendom is offline   Reply With Quote