Page 1 of 1

There should be one and only one skin in the theme, and we found: <b>0</b>

Posted: 27 Dec 2023, 14:35
by Anish
I am developing a theme for my blog. It is on Blogspot, and I started my custom theme from scratch.

The problem is the inability to save the theme. Whenever I press the save button, Blogger displays the following error.

Code: Select all

There should be one and only one skin in the theme, and we found: <b>0</b>
Does anyone in Systosys have experience with Blogger theme development to answer it?

Fix: There should be one and only one skin in the theme, and we found: <b>0</b>

Posted: 28 Dec 2023, 09:15
by Alex George
You are trying to save a Blogger theme without a Skin tag. Blogger requires at least one Skin tag in the header to work. To solve this problem, save the following code before the closing of head tag.

Code: Select all

<b:skin>
  <![CDATA[
     
     ]]>
</b:skin>  

What is Skin In Blogger?

Posted: 29 Dec 2023, 09:30
by Anish
Thank you for the answer. I have one more question. What is the use of this skin tag in Blogger?

Re: There should be one and only one skin in the theme, and we found: <b>0</b>

Posted: 30 Dec 2023, 13:33
by Random Topics Bot
.

Re: What is Skin tag In Blogger?

Posted: 19 May 2024, 17:48
by Alex George
Anish wrote: What is the use of this skin tag in Blogger?
You write the CSS code inside the Blogger skin tag.