和讯博客设置技巧

1、去掉主副标题

在自定义css的结尾处加入以下代码:

#header #site_description .site_description_A {display: none;}
#header #site_description .site_description_B {display: none;}

2、去掉http://hexun.com/unixnotes ﹥复制﹥ 收藏 | 手机看个人门户登出 | 和讯博客 | 和讯首页:

在自定义css的结尾处加入以下代码:
#header #site_title {display: none;}

3、怎么把广告放在博客横幅上面:在自定义html中加入以下代码:
<div id=”headBanner” name=”headBanner” style=”LEFT: 0px; POSITION: absolute; TOP: 0px; width: 1024px; height: 200px;”>在这里加入广告代码</div>

若要放在右边:
方法一:把LEFT:0px 改成LEFT:1024px 1024可改成你需要的数字,看效果再改。
方法二:把LEFT改成right 还加再一个:right 看是不是你要的效果。

4、取消左上方的个人头像拦:在自定义css的结尾处加入以下代码:

#master_name {display:none;}
#master_ptoto {display:none;}
#master_ptoto_1 {display:none;}
#master_ptoto_2 {display:none;}

5、取消我的好友:
#content #Friends {display: none;}

6、怎么改变个人门户标题的文字位置,大小及颜色:进入CSS查找以下修改:

.site_description_A {
margin-left: 20px; /* 这一行调整标题的左边距 */
margin-top: 13px; /* 这一行调整标题的上边距 */
font-size: 16px; /* 这一行调整标题的文字大小 */
color: #718171 /* 这一行调整标题的文字颜色 */
}
.site_description_B {
margin-left: 18px; /* 这一行调整副标题的左边距 */
font-size: 14px; /* 这一行调整副标题的文字大小 */
color: #718171 /* 这一行调整副标题的文字颜色 */
}

7、加在头部的左边:

<div id=”headBanner” style=”left: 0px; POSITION: absolute; TOP: 0px; width: 957px; height: 220px;”>
在这里加入代码
</div>

8、加在头部的中间:

<div id=”headBanner” name=”headBanner” style=”center: 0px; POSITION: absolute; TOP: 0px; width: 957px; height: 220px;”>
在这里加入代码
</div>

9、加在头部的右边:

<div id=”headBanner” name=”headBanner” style=”center: 0px; POSITION: absolute; TOP: 0px; width: 957px; height: 220px;”>
在这里加入代码
</div>

实例参考一:
500积分以上的html
##################################
在这里加入代码120×600

<div id=”headBanner” name=”headBanner” style=”RIGHT: 8px; POSITION: absolute; TOP: 35px; width: 750px; height: 110px;”>
在这里加入代码728×90
</div>

<div style=”left: 255px; POSITION: absolute; TOP: 165px; width:460px; height:15px;margin-right: 2px;”>
在这里加入代码468×15
</div>
##################################

实例参考二:
钻石、VIP以上html
##################################
<script language=”javascript” src=http://shequ2.tool.hexun.com/4767106/my.css></script>

<div id=”lman1″ style=”display: none;”>
<!– Search Google –>
<center>
此广告位1招租!
</center>
<!– Search Google –>
</div>

<div id=”lman2″ style=”display: none;”>
在这里加入代码728×90
</div>

<div id=”lman3″ style=”display: none;”>
此广告位3招租!
</div>

<div id=”lman4″ style=”display: none;”>
在这里加入代码728×90
</div>

<div id=”lman5″ style=”display: none;”>
此广告位5招租!
</div>

<div id=”lman6″ style=”display: none;”>
此广告位6招租!
</div>

<div id=”lman7″ style=”display: none;”>
此广告位7招租!
</div>

<script language=”javascript”>

function MyCreate() {
Index_Create_LeftPanel(0, “我的1”, “赞助商1”, GetPanelInnerHTML(“lman1”));
NonIndex_Create_MainPanel(0, “我的2”, “赞助商2”, GetPanelInnerHTML(“lman2”));
Index_Create_RightPanel(0, “我的3”, “赞助商3”, GetPanelInnerHTML(“lman3”));
Index_Create_MainPanel(0, “我的4”, “赞助商4”, GetPanelInnerHTML(“lman4”));
NonIndex_Create_LeftPanel(14, “我的5”, “赞助商5”, GetPanelInnerHTML(“lman5”));
Index_Create_MainPanel(2, “我的6”, “赞助商6”, GetPanelInnerHTML(“lman6”));
NonIndex_Create_MainPanel(3, “我的7”, “赞助商7”, GetPanelInnerHTML(“lman7”));
}

setTimeout(“MyCreate()”, 500);

</script>

在这里加入代码120×600

<div style=”left: 255px; POSITION: absolute; TOP: 150px; width:460px; height:15px;margin-right: 2px;”>
在这里加入代码468×15
</div>
#################################