Hello, On my blog www.climbthenet.com when I submit certain content I get question marks on the published version. I do the same thing with my other wordpress site and I have no problems it doesnt create any question marks. They are both updated and running with char set UTF-8. I really need to get this fixed and I would appreciate any help. Let me know what you think. Thanks John
I just saw the source code of your website. Your site has a syntax error: Currently it is: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> Code (markup): Add a closing quote after html and delete ; It should be like this: <meta http-equiv="Content-Type" content="text/html" charset=UTF-8" /> Code (markup): Hope you get it corrected. Regards