View Single Post
  #1   IP: 220.166.64.47
Old 2006-07-23, 12:29 PM
sunshine sunshine is offline
高级会员
 
Join Date: 2006-01-05
Posts: 368
sunshine 正向着好的方向发展
Default 想作google广告的进,分享添加广告方法!

1、到后台风格编辑-showthread-showthread_post编辑;

2、找到

Code:
<div align='left' style='padding-bottom:10px' class="posttop">
{$post['row']['post_icon']} {$post['row']['dateline']}
</div>
在其后面添加以下代码:

Code:
<div align=center>
<if="$post['row']['postcount']==1">
<!-- ad开始 -->
<hr color='#E7E3E7' size=1>
<table width="98%" border="0" align="center" cellpadding=0 cellspacing=0>
<tr align="center">
<td height="60">
你的google广告代码
</td>
<td>
你的google广告代码
</td>
</tr>
</table>
<hr color='#E7E3E7' size=1>
<!-- ad结束 -->
</if></div>
3、保存后就一切搞定。懂html的可以根据自己喜好随意设置广告框背景,原理上大体就是这些,希望大家喜欢。
Reply With Quote