如何在Wrodpress添加广告
January 21st, 2009
在使用Wrodpress的时候,怎么在Wrodpress博客右上方添加广告呢?
很少有模版在设计的时候已经预留广告位,尤其是博客右上方的广告,今天我就这个问题,作个说明方便大家。
首先在你的Wrodpress博客后台,点-外观-编辑,打开“样式表 (style.css)”
找到:/* header START */
在该栏目下添加下面的代码:
#header .banner
{float:right;
padding-top:23px;
margin-right:1px;} Read more…

Recent Comments