close
這兩個圖檔網址是...我要回應、我要引用
將修改後css貼至「管理部落格」-----「面版設定」-----「自訂樣式」-----CSS表裡頭即可。
/*make coomment bar*/
div.btncomment a {display:block;height:18px;width:68px;background:url(http://tw.yimg.com/i/tw/blog/reply_btn.gif) no-repeat;}
div.btntrackback a {display:block;height:18px;width:68px;background:url(http://tw.yimg.com/i/tw/blog/btn_trackback.gif) no-repeat;}
height:18px; 圖的高度
width:68px; 圖的寬度
如果要把這兩圖檔消失掉
/*make coomment bar*/
.btncomment{display:none;}
.btntrackback{display:none;}
全站熱搜