Zen Cart Logo
Forums / General Questions / Validation Errors

Validation Errors

Locked

Views: 1,330

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Mar 2008, 8:43 PM
#1
fantasticals avatar

fantasticals

New Zenner

Join Date:
Mar 2007
Location:
Cheshire
Posts:
73
Plugin Contributions:
0

Validation Errors

Am working on reducing WC3 validation errors for my site but cant figure out the following, the code relates to the google analytics mod.

  1. Line 48, Column 50: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified. document.write("<script id='__ie_onload' defer**>**</script>");
  2. Line 48, Column 50: document type does not allow element "script" here. document.write("<script id='__ie_onload' defer**>**</script>");
  3. Line 48, Column 51: character "<" is the first character of a delimiter but occurred as data. document.write("<script id='__ie_onload' defer></script>");
  4. Line 48, Column 50: XML Parsing Error: Specification mandate value for attribute defer. document.write("<script id='__ie_onload' defer**></script>"); Line 48, Column 52: XML Parsing Error: StartTag: invalid element name. document.write("<script id='__ie_onload' defer><**/script>");
1 Apr 2008, 3:06 AM
#2
mal2869 avatar

mal2869

Zen Follower

Join Date:
Feb 2008
Posts:
114
Plugin Contributions:
0

Re: Validation Errors

I think people would need a link to your site so they can see the source information for the page.

Also with google it may just be a case of the code needing to be moved to another position to fix some of those problems.

1 Apr 2008, 5:38 PM
#3
fantasticals avatar

fantasticals

New Zenner

Join Date:
Mar 2007
Location:
Cheshire
Posts:
73
Plugin Contributions:
0

Re: Validation Errors

I have resolved all issues and the site is now fully w3c validated, issues were caused by the google analytics mod i removed and installed simple google analytics instead.