我在 Blogger 模板的页面顶部看到"-->"?



大家好,大家好。

我正在尝试一些东西..

做了一个博客,插入了一个"空白的html静态模板",代码如下。

但是在我上面我看到"-->",我无法删除它,请告诉我该怎么办?? 我该怎么做

这是代码

http://pastebin.com/28zqfgut

这是应用tempalte的博客链接:http://goo.gl/Se4f34

尝试更改此设置

<style id='page-skin-1' type='text/css'><!--
  #navbar-iframe {   height:0px;   visibility:hidden;   display:none   }
  body {
  font: $(body.font);
  color: $(body.text.color);
  background: $(body.background);
  padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
  $(body.background.override)  margin: 0;
  padding: 0;
  }
  <style type="text/css">
  html {overflow: auto;}
  html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
  iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x:             hidden;}
  </style>
  <link type="text/css" rel="stylesheet" href="http://onlinehtmltools.com/tab-generator/skins/skin5/top.css"></script>
--></style>

进入这个

<link type="text/css" rel="stylesheet" href="http://onlinehtmltools.com/tab-generator/skins/skin5/top.css">
<!-- <style id='page-skin-1' type='text/css'>
  #navbar-iframe { 
    height:0px;
    visibility:hidden;
    display:none
  }
  html {overflow: auto;}
  html, body, div, iframe {margin: 0px; padding: 0px; height: 100%; border: none;}
  body {
  font: $(body.font);
  color: $(body.text.color);
  background: $(body.background);
  padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
  $(body.background.override)  margin: 0;
  padding: 0;
  }
  iframe {display: block; width: 100%; border: none; overflow-y: auto; overflow-x: hidden;}
</style> -->

如果需要,您还可以评论top.css

<!-- <link type="text/css" rel="stylesheet" href="http://onlinehtmltools.com/tab-generator/skins/skin5/top.css"> -->

最新更新