实现方法:
方法一:添加多个页内文字广告法。一般建议用这种方法。具体操作为:
系统设置–其它设置–广告管理–页内文字广告。这样例如官方这样的就要连续添加8个这样的广告。比较繁琐。代码参考:
<a href="http://www.yulouchun.com/" title="玉楼春" target="_blank"><font color=red>文字链接广告5<br />
<strong><font color="#009933">当然也可以放图片了</font></strong></font></a>
连续添加多个个这样的代码就可以了。
方法二:用表格控制,添加一个页内文字广告即可。这种方法比较好控制格式,而且利于维护,操作起来相对简单。官方这种格式参考代码如下:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=red>虚拟主机 域名注册1</font></a></td>
<td width="25%" align="center"><a href="http://1010idc.com/news/nws_dtl.asp?nid=10000588" title="执手天涯主机网提供技术支持" target="_blank"><font color=green><strong>选择虚拟主机需要考虑的几个问题</strong></font></a></td>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#FF00FF>买虚拟主机就是买服务,服务不好,怎能省心?</font></a></td>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000066><strong>网站要做大、做强,必须选择稳定的虚拟主机</strong></font></a></td>
</tr>
<tr>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=red>文字链接广告5<br />
<strong><font color="#009933">当然也可以放图片了</font></strong></font></a></td>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000000>文字链接广告6</font></a></td>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000000>文字链接广告7</font></a></td>
<td width="25%" align="center"><a href="http://www.zsty521.com.cn" title="执手天涯主机网提供技术支持" target="_blank"><font color=#000000>虚拟主机 域名注册</font></a></td>
</tr>
</table>

Recent Comments