WHY is my " replaced by Ó in the validator??? HELP ME =)

Discussion in 'CSS' started by sputnik1987, Oct 19, 2008.

  1. #1
    :confused: i dont understand nothing!
    I´m trying to validate a strict xhtml (css), but all I get is weird senteces like this;
    <meta http-equiv=ÓContent-TypeÓ Content=Ótext/html; charset=Óiso-8859-1Ó/>

    It looks like my " are replaced with Ó..or what is the problem.

    I´M REALLY GREATFUL FOR SOME SMART PERSONS KNOWLEDGE
    :)
     
    sputnik1987, Oct 19, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Without your source, or a link to it, we can only guess. My first guess would be there is a conflict between character sets.

    Post a link, and we can now for sure.

    cheers,

    gary
     
    kk5st, Oct 19, 2008 IP
  3. skateme

    skateme Peon

    Messages:
    162
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Gary is correct. You need to change your character encoding to Western ISO Latin 1. You can also copy all of your code, paste it into a plain text editor (such as Notepad, if you're on Windows or TextEdit [set to plain text mode] if you're on a Mac), and then paste it into the validator. I experienced loads of problems when I had the encoding on my PHP files wrong..
     
    skateme, Oct 19, 2008 IP