Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

It is a Webmaster forum to discuss website promotion, CMS management, Search Engine discussions, AdSense, etc.
Post Reply
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Post by Anish »

While saving a template, I received the following error code.

Code: Select all

org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 77; Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character.
How do I fix it?
Alex George
Global Moderator
Posts: 60
Joined: 14 Nov 2023, 04:39
Location: Brooklyn

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Post by Alex George »

I found a similar discussion in StackOverflow. One user complained about issues with the attribute crossorigin.

The solution was to change the crossorigin to crossOrigin.
Yashika
Standard User
Posts: 39
Joined: 16 Oct 2023, 11:29
Location: Noida Sector 85

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Post by Yashika »

Blogger Template coding is a bit different from the normal HTML coding.
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Post by Anish »

The error tolerance level of Blogger coding is virtually zero.
Post Reply