Search code examples
htmlcsswordpressblogger

I want to resolve the error message which reads as quoted "There should be one and only one skin in the theme, and we found: <b>0</b>"


#CHALLENGE FOR A WEB-DEVELOPER AND STACKOVERFLOW CODERS: While I am editing my Website's Source_Code on Google's Blogger, I am unable to cope further as while saving the code it shows the error message which reads as quoted "There should be one and only one skin in the theme, and we found: 0", I am attaching the code below,Need Help from A Person Have a look at the Screenshot And Do suggest ME the errors. #I had also shared the full source_Code in Google Drive File Link,Please Click On the LInk and do suggest me the Necessary Edits

SCREENSHOT(QUICK VIEW)

enter image

SOURCE CODE OF WEBSITE


Solution

  • Its so simple. add below code in your head section

    <b:skin><![CDATA[
     /****CSS CODE*****/
     ]]></b:skin>
    

    add below code in your Body section

    <b:section id="1"></b:section>
    

    I tested it on your code, and it ran perfectly.

    check the below images:-

    enter image description hereenter image description here