Getting ????? marks when publishing content on wordpress

Discussion in 'Blogging' started by PageRanked, Aug 15, 2011.

  1. #1
    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
     
    PageRanked, Aug 15, 2011 IP
  2. Zetiz

    Zetiz Active Member

    Messages:
    668
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #2
    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
     
    Zetiz, Aug 17, 2011 IP