Multiple html (zip) conversion no longer works
This may have been answered but I've been unable to find any current threads about it.
Since the most recent version updates, I am unable to create books from multiple html files. The zip file is created but after converting the file, the hyperlinks don't work.
Here is an example of what used to work...
<html>
<body>
<h1>Table of Contents</h1>
<p style="text-indent:0pt">
<a href="/Users/Katelyn/Downloads/jp_vampireclarion1.html">Part 1</a><br/>
<a href="/Users/Katelyn/Downloads/jp_vampireclarion2.html">Part 2</a><br/>
<a href="/Users/Katelyn/Downloads/jp_vampireclarion3.html">Part 2</a><br/>
</p>
</body>
</html>
What changes do I need to make to get this working again?
Thanks!
|