同样的两个博客程序,但页脚处的效果不一样:
www.k-e-n.cn
www.k-e-n.cn/ken
请问,如何修正第一个博客的页脚效果(也就是跟第二个的一样:两个圆角之间有条线)呢?
页脚代码分别为:
复制内容到剪贴板
代码:
<hr />
<div id="footer">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p> <a href="">↑回页面顶部↑</a> <a href="/?page_id=107">订阅</a> <a href="/ken">站主的博客</a> <a href="http://bbs.no9blog.net" title="本空间由第九部落论坛友情提供" target="_blank">空间提供</a> <a href="http://kenken.mofuse.mobi/">手机版</a> <a href="http://wordpress.org/" target="_blank" title="WordPress">程序提供</a><br /><!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --></p>
</div>
</div>复制内容到剪贴板
代码:
<hr />
<div id="footer">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>
<a href="">↑回页面顶部↑</a> 点击页面顶端的网站名称“<?php bloginfo('name'); ?>”,即可返回<a href="/ken">首页</a>。<br /> <a href="http://wordpress.org/" target="_blank" title="WordPress">程序提供</a>
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
</p>
</div>
</div>