It is a Webmaster forum to discuss website promotion, CMS management, Search Engine discussions, AdSense, etc.
Anish
Standard User
Posts: 21 Joined: 25 Dec 2023, 14:06
Post
by Anish » 27 Dec 2023, 13:56
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: 62 Joined: 14 Nov 2023, 04:39
Location: Brooklyn
Post
by Alex George » 29 Dec 2023, 14:15
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: 54 Joined: 16 Oct 2023, 11:29
Location: Noida Sector 85
Post
by Yashika » 03 Jan 2024, 16:23
Blogger Template coding is a bit different from the normal HTML coding.
Anish
Standard User
Posts: 21 Joined: 25 Dec 2023, 14:06
Post
by Anish » 11 Jan 2024, 09:42
The error tolerance level of Blogger coding is virtually zero.