博主 <b:template-skin> 错误 bX-d55p58

blogger <b:template-skin> error bX-d55p58

我的问题出在博主模板设计上 当我添加此标签 <b:template-skin> 时,出现此错误消息

有什么解决办法吗?

一定要通过将属性 b:layoutsVersion='3' 添加到 html 标记来定义布局版本,如下所示

<html b:css='false' b:layoutsVersion='3' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<b:template-skin></b:template-skin> or <b:template-skin>//<![CDATA[ //]]></b:template-skin> 
<html b:css='false' b:layoutsVersion='3' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
or // http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<b:template-skin></b:template-skin> or <b:template-skin>//<![CDATA[ //]]></b:template-skin> 
<html b:css='false' b:layoutsVersion='3' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='h
<html b:css='false' b:layoutsVersion='3'>

Eg:
<html b:css='false' b:layoutsVersion='3' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

Note: <b:template-skin> can't be used in b:layoutsVersion 1.