怎么在文章里的连接打开新窗口。。。
怎么在新窗口打开文章。。。
换了最新版本后,以前的设置忘了,也搜不到,
用什么代码换到哪个文件里,知道的麻烦写一下,谢谢
就是点文章和文章连接点的都是弹出新窗口的修改。
上次有朋友回答
b_article-multi.html
在标题的那里
加上
target="_blank"
加标题的那里,不知道在那,加进去也没有效果,请问是不是错了?
<div class="post cate<#article/category/id#> auth<#article/author/id#>">
<h4 class="post-date"><#article/posttime/longdate#></h4>
<h2 class="post-title"><a href="<#article/url#>"><#article/title#></a></h2>
<div class="post-body"><#article/intro#></div>
<h5 class="post-tags"><#ZC_MSG138#>: <#template:article_tag#></h5>
<h6 class="post-footer">
<#ZC_MSG011#>:<#article/author/name#> | <#ZC_MSG012#>:<#article/category/name#> | <#ZC_MSG013#>:<#article/commnums#> | <#ZC_MSG014#>:<#article/trackbacknums#> | <#ZC_MSG130#>:<span id="spn<#article/id#>"></span>
<script language="JavaScript" type="text/javascript">strBatchView+="spn<#article/id#>=<#article/id#>,"</script>
</h6>
</div>