大家好,大家好。。
我在尝试一些东西..
做了一个博客,插入了一个“空白html静态模板”,代码如下。
但是在 ii 的顶部看到“-->”并且我无法删除它请告诉我该怎么做?我怎样才能
这是代码
这是它应用模板的博客链接:http: //goo.gl/Se4f34
大家好,大家好。。
我在尝试一些东西..
做了一个博客,插入了一个“空白html静态模板”,代码如下。
但是在 ii 的顶部看到“-->”并且我无法删除它请告诉我该怎么做?我怎样才能
这是代码
这是它应用模板的博客链接: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"> -->