View Single Post
Old 11-09-2020, 08:25 AM   #3
jjk
Enthusiast
jjk began at the beginning.
 
Posts: 47
Karma: 10
Join Date: Aug 2018
Location: Paris (France)
Device: Kobo Kindle Vivlio-Inkpad3
Thanks Kovid.
But when before doing ctrl-v I have to select new file content to replace it. And then, I get errors in lines
Code:
<link href="css/myCSS.css"
<img src="image/myImg.jpg"
Error message is : "That link goes to a file that is not present in the book " or so (translated from french).
So I have to correct them in
Code:
<link href="../OEBPS/css/myCSS.css"
<img src="../OEBPS/image/myImg.jpg"
Why do I get those errors ?

And,so, there are many handlings. But I understand that perhaps my request is too unusual to deserve much work from you.

Anyway, cheers for your work

Best regards
jjk is offline   Reply With Quote