看见帖子上有很多人要找什么广告该怎么样插到文章页。
打开templets/style/article.css文件。查找代码:
/*---------------内容页:正文*/
.newsview .content{
width:638px;
overflow:hidden;
margin:10px auto;
color:#444;
font-size:14px;
line-height:25px;
在它的下面插入:
.newsview .adgg{
margin-top:10px;
float:right;
width:300px; /视您的广告宽度修改
height:250px; /视您的广告高度修改
OK 保存。
再打开。templets/default/article_article.htm
在<div class="content">后面插上<div class="adgg">您的广告代码</div>