Converting a report from HTML to *.rtf / *.doc format
<header>
<img class="img" src="C:/Users/????/Desktop/Test/img/header.png" alt="img">
</header>
Upon downloading the *.rtf or *.doc file, the image link may not work if there is no internet connection. This can lead to issues with the document as the header image acts as a logo.
Is there a solution to this problem where I can embed the image in the HTML itself, perhaps using an img to CSS converter or similar tool?