Forum Moderators: Robert Charlton & goodroi
As the site is relatively small, I do all the coding by hand, and I KNOW that I don't have anything like that in my code. Any help in tracking down how this is happening (so that I can fix it!?) would be greatly appreciated.
-Jetgirl
Make sure you declare your encoding (UTF-8 is best way to go in my opinion) in the header:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Thanks for your reply. I already am declaring my encoding with the following meta tag:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
The only difference between your suggestion and my tag is the capitalization difference between UTF and I'm guessing that the capitalization doesn't mean anything.
The real problem seems to be with phantom text on a VERY few pages of my site. I have looked at the pages and there is no hidden text (white on white) that I can see - but I will be talking with the host for my site tonight to make sure they don't have a virus that could be causing some back-end addition of spam content to pages of their users. That's the only thing I can think of right now that would do this.