Quote:
Originally Posted by EClaire
Thanks for looking into this!
I've attached a file that includes the validation errors thrown by these <a> tags, as well as a screenshot of the tags in the edit view of Calibre and a screenshot of how Adobe Digital Editions (but not all other viewers) interprets all the text as a hyperlink because of them.
Thanks again.
|
I suspect most of the issue is that you are wrapping block level elements in an inline element.
As a quick and dirty fix, I'd suggest replacing the "<body class="calibre"> <a>" with "<body class="calibre">" and the "</a> </body>" with "</body>". Copy/paste should keep the EOL between the two parts of the first search elements.