Help please - corruption in Firefox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bogwitch

    Help please - corruption in Firefox

    Hi All,

    I have a small collection of pages which display fine in IE but in
    Firefox there is a weird string at the top of the page. I'll paste it
    here but I'm not sure how it will come through....

    

    appears right at the top of the page. If I check the source, it appears
    in the source code as such:

    <!DOCTYPE html PUBLIC...

    The same page display fine in IE as I said, and the extra three
    characters do NOT appear in the source.

    The pages are displayed fine when opened locally - the fault only shows
    when they are uploaded to the server.

    Any suggestions or requests for further information will be greatfully
    received.

    Thanks,

    Boggy.

  • Rik Wasmus

    #2
    Re: Help please - corruption in Firefox

    On Sun, 28 Oct 2007 02:11:56 +0100, Bogwitch
    <Bogwitch@reply .to.group.fakew rote:
    I have a small collection of pages which display fine in IE but in
    Firefox there is a weird string at the top of the page. I'll paste it
    here but I'm not sure how it will come through....
    >
    
    >
    appears right at the top of the page. If I check the source, it appears
    in the source code as such:
    >
    <!DOCTYPE html PUBLIC...
    >
    The same page display fine in IE as I said, and the extra three
    characters do NOT appear in the source.
    >
    The pages are displayed fine when opened locally - the fault only shows
    when they are uploaded to the server.
    >
    Any suggestions or requests for further information will be greatfully
    received.
    It's an UTF-8 BOM (google it for a more detailed explanation what that
    is), remove it from the file/possible scripts generating it. A decent
    text-editor should do the trick.
    --
    Rik Wasmus

    Comment

    • Bogwitch

      #3
      Re: Help please - corruption in Firefox

      Rik Wasmus wrote:
      >
      >>
      >appears right at the top of the page. If I check the source, it
      >appears in the source code as such:
      It's an UTF-8 BOM (google it for a more detailed explanation what that
      is), remove it from the file/possible scripts generating it. A decent
      text-editor should do the trick.
      Rik,

      You're a hero!

      Cheers, it was actually in the html pages, rather than the css as I
      first suspected, but with a quick run through, I'll have them all fixed.

      Thanks a load!

      Boggy.

      Comment

      Working...