function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Srinu@dreamsSrinu@dreams 

Warning: link isn't allowed in <body> elements

How can I resolve above error?

 

For these line I am getting the error

<a href="syntax/css/shCore.css" rel="stylesheet" type="text/css" />
<a href="syntax/css/shThemeDefault.css" rel="stylesheet" type="text/css" />

 

bryan.andersonbryan.anderson

Try changing the tag from <a> to <link>. If you are trying to load a stylesheet for the page, then that should solve it.