emfril
unread,Dec 26, 2023, 11:35:51 PM12/26/23You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have created a local webpage for my personal use in my
computer where I list all the electronic books stored locally in
my computer (.pdf, .html, .txt, .awz for kindle). So, when I
want to open a particular book, I click the link and a pdf book
opens in my pdf reader, an html book opens in the browser, a txt
book opens in Notepad.
The problem is with the kindle links. I can find the .azw file
that corresponds to a particular book, and I can create a link like:
<a href="kindle/B0888TZYKS_EBOK.azw">HTML in easy steps</a>
but then when I click it, it opens the Kindle Library (with all
my Kindle books), not the particular book I wanted. Is there any
way to make it open the specific book I clicked?