大家好,大家好。
我正在尝试一些东西..
制作博客,插入“空白html静态模板”,代码如下。
但在我的顶部,我看到“ - >”我无法删除它请告诉我该怎么办?我怎么能
这是代码
这是应用了tempalte的博客链接:http://goo.gl/Se4f34
答案 0 :(得分:0)
尝试更改此
<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"> -->