wordpress的友情链接在底部如何横排?
footer.php里的代码是
<?php if (is_home()) { ?><div id="footer_info">友情链接 <ul><?php wp_list_bookmarks('title_li=&categorize=0&orderby=name&show_images=0'); ?></ul> </div> <?php } else {?> <?php } ?>
#footer{border-top:1px solid #ccc;margin-top:10px;padding-top:10px;overflow:hidden;}#footer_info{width:980px;margin:0 auto;margin-bottom:20px;overflow:auto;}#footer_info ul{float:left;margin:2px; }