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