April 27, 201214 yr Hello everyone. i have done a check of my code and i have had these return as errors, dreamweaver defaulted this code but its still advising there is a error. Can someone shed some light on this please . Line 6, Column 62: No space between attributes. <meta http-equiv="Content-Type" content="text/html; charset="UTF-8" /> ✉ Line 6, Column 67: Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier. <meta http-equiv="Content-Type" content="text/html; charset="UTF-8" /> ✉ Line 6, Column 70: Attribute utf-8" is not serializable as XML 1.0. <meta http-equiv="Content-Type" content="text/html; charset="UTF-8" /> ✉ Line 6, Column 70: Attribute utf-8" not allowed on element meta at this point. <meta http-equiv="Content-Type" content="text/html; charset="UTF-8" /> Attributes for element meta: thank you
April 27, 201214 yr It should be: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Create an account or sign in to comment