Need Urgent Help - Website Extra Wording Errors !

Discussion in 'HTML & Website Design' started by FariZimal, Dec 16, 2013.

  1. #1
    Hello Guys, i have created a information website recently for a company. Website has lot of contents. Website contents is good and perfect on my local host but when i uploaded to clients hosting then lot of errors(extra words) added automatically. I have attached a screen shot of those errors. Can you please anybody tell me why it is happening and how i can fix it ?

    Thanks in advance

    errors.jpg
     
    FariZimal, Dec 16, 2013 IP
  2. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #2
    It's an encoding issue. Either you didn't declare it, or you declared the wrong one.
    What exactly do you have in HEAD tag?

    Try with this one, if you aren't sure.

    <meta
    http-equiv="Content-Type"
    content="text/html; charset=utf-8"
    />
    Code (markup):
     
    wiicker95, Dec 16, 2013 IP
  3. FariZimal

    FariZimal Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    H

    Thanks for your reply. I was using before <meta charset="utf-8"> but now changed to your given code. issue is not resolved yet. Still same error :(
     
    FariZimal, Dec 16, 2013 IP
  4. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #4
    Can you post a link to the live version of your site?
     
    HuggyStudios, Dec 17, 2013 IP