Temporary internet files problem

pejgan

New Member
Hi!

I've got a homepage built in webspeed that works ok on some computers but on others it insist on downloading the file to temporary internet files and opening it there. That meens the relative pathways don't work and therefor no links or images or css.

Anyone with any ideas as to WHY it opens it in temp. internet files??

There are no calls to anything but .htm files in the code.


Thanks for any help!
/Pejgan
 

Attachments

*lol* Problem resolved.... I had accidently edited the meta tag:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

and changed it to:
<meta http-equiv="Content-Type" content="text/htm; charset=iso-8859-1">

and therefore some IE didn't understand that is was a html-file!

*sigh*
 
Back
Top