QUOTE(eleph92 @ Sep 25 2020, 08:44 AM)

Hello everyone , I downloaded my facebook conversations and they are in my pc as a html file , the problem is that in this file i can't see images when i open the html file in browser , what can i do to see these images ? thank you and sorry if i'm not in the right place i'm new
You could try using a base href tag somwhere in HEAD. Say I had saved
https://htmlhelp.com/ to my hard drive. Then I would put this in HEAD.
CODE
<head>
<title>...</title>
<base href="https://htmlhelp.com/">
</head>
But you probably made the wrong choice when you saved the page. You are offered a choice, exactly how this is phrased differs with browser, but something like "HTML only" and "Complete Web Page". If you choose complete page images will be downloaded.