okay, i'm just saving the page as a .jpg through SnagIT now which is actually a smaller file and displays the same.
if anyone would still like to explain my original problem....
okay,
i am trying to get news articles displayed on my Intranet however i simply cannot have a link to the site hosting it because of proxy rules limiting where users can go.
so i'm using a program called SnagIT to save the article as a .mht which is great because it saves everything in 1 file and no need to look for .css, images, etc. links.
when clicking the file on the desktop it launches no problem, displaying the whole page and if users click on any link proxy denies them.
however, when i add it to my page and click on the link it returns the following line
MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="==boundary" This is a multi-part message in MIME format. --==boundary Content-Type: text/html Content-
and displays a bunch of jibberish.
i've tried the following:
<a href="file.mht">blah</a>
<a href="server/file.mht">blah</a>
<a href="file://file.mht">blah</a>
as well renamed the ext. to .mhtml with no luck.
am i missing something here?
using wamp5 v1.6.1 on server 2003
thanks