Don't hit me too soon!
I know how to add an image in a HTML page... But I want to add the actual image file in this HTML page.
There it is, I want my html page standalone, without any folder or file with it. I put the css in the <style>
balise for example. Now, I would like to do the same with an image.
First question: Is it possible?
Second question: Is the imported image file could be added more than once in the HTML?
I don't know if I am understandable, so, there is an example of what I want:
<html>
<head>
<file byte="A02AB46213F541F...ABCD542" ref="my_ref" />
</head>
<body>
<img src="my_ref" />
</body>
</html>