2 Replies Latest reply: Jun 11, 2009 12:46 AM by mixsetup RSS

    Firefox error

    camerashake Community Member
      Just upgraded to Homesite 5 from 4.5 and now Firefox will not load the webpages for preview I get an error

      c is not a registered protocol

      works fine in 4.5
        • 1. Re: Firefox error
          MikeGale Community Member
          You'll have to give a bit more than that, I suspect, to get an answer.
          • 2. Re: Firefox error
            mixsetup Community Member

            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.