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, 14:35
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?
Alex George
Global Moderator
Posts: 62 Joined: 14 Nov 2023, 04:39
Location: Brooklyn
Post
by Alex George » 28 Dec 2023, 09:15
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.
Anish
Standard User
Posts: 21 Joined: 25 Dec 2023, 14:06
Post
by Anish » 29 Dec 2023, 09:30
Thank you for the answer. I have one more question. What is the use of this skin tag in Blogger?
Alex George
Global Moderator
Posts: 62 Joined: 14 Nov 2023, 04:39
Location: Brooklyn
Post
by Alex George » 19 May 2024, 17:48
Anish wrote: ↑
What is the use of this skin tag in Blogger?
You write the CSS code inside the Blogger skin tag.