Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ Help please

Posted by: eleph92 Sep 25 2020, 01: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

Posted by: pandy Sep 25 2020, 10:55 AM

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.



Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)