Ahh sorry about that, here are the errors when I try to validate. To add, I have never used XML before so when I tried using some XML solutions I found online I may have botched that as well. Oh well this is a learning process
Line 24, Column 83: character ")" not allowed in attribute specification list.
…ext/css' href='layoutstyleie.css' />" );
Line 24, Column 83: document type does not allow element "link" here
.…ext/css' href='layoutstyleie.css' />" );
Line 24, Column 84: end tag for "link" omitted, but OMITTAG NO was specified
.…xt/css' href='layoutstyleie.css' />") ;
Line 28, Column 86: character ")" not allowed in attribute specification list
. …/css' href='layoutstyleother.css' />");
Line 28, Column 86: document type does not allow element "link" here
.…/css' href='layoutstyleother.css' />" );
Line 24, Column > 80: XML Parsing Error: attributes construct error
.…='text/css' href='layoutstyleie.css' />");…
Line 24, Column > 80: XML Parsing Error: Couldn't find end of Start Tag link line 24
.…='text/css' href='layoutstyleie.css' />");…
Line 28, Column > 80: XML Parsing Error: attributes construct error
.…='text/css' href='layoutstyleother.css' />");…
Line 28, Column > 80: XML Parsing Error: Couldn't find end of Start Tag link line 28
.…='text/css' href='layoutstyleother.css' />");…
Last edited by MikeRoweforpres; 01-12-2008 at 04:08 AM..
|