This content has been marked as final.
Show 2 replies
-
1. Re: Firefox error
MikeGale Mar 4, 2009 9:57 PM (in response to camerashake)You'll have to give a bit more than that, I suspect, to get an answer. -
2. Re: Firefox error
mixsetup Jun 11, 2009 12:46 AM (in response to camerashake)Hi don't know if you fixed this yet but I had the same thing happen. What it was in the html where you have a link to an image like <img src="images/logocorner.gif" blah blah blah. Because it is not refering to the file on your hard drive it comes up with this error. What I did was I made the links back to <img src="file:///F|/"images/logocorner.gif" Or whatever it is then check your site then when you are going to upload to the web change it to your actual link <img src="images/logocorner.gif" blah blah blah.
This is what I found the problem to be on mine.
