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
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):
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