greencode
Member
Posted 4 months ago #
I've run my blog through validation and it's failing on the WP pngfix section of the code. Here's where:
XML Parsing Error: xmlParseEntityRef: no name
if(($.browser.msie)&(parseInt($.browser.version)<7)){
XML Parsing Error: StartTag: invalid element name
if(($.browser.msie)&(parseInt($.browser.version)<7)){
the no name is the & symbol
the invalid element name is the < symbol
you want a double ampersand, meaning 'and'
greencode
Member
Posted 4 months ago #
Where do I insert the && symbols?
greencode
Member
Posted 3 months ago #
Any further thoughts with this? I'm quite surprised nobody else has come across this issue.
wpgwiggum
Member
Posted 3 months ago #
give the HITS png fix plugin a try?
greencode
Member
Posted 3 months ago #
I tried HITS png fix but that didn't play nice with my design... In fact it threw things all over the place! What I did to get through validation was to create a separate js file for that section I was having issues with and now everything is fine.