用记事本打开include/inc_arcpart_view.php ,找到: if($col1){ $artlist = table width=$tablewidth border=0 cellspacing=0 cellpadding=0
; } 修改为: if($col1){ $artlist =
; } 查找: if($col1) $artlist .= tr
; 修改为:...
用记事本打开include/inc_arcpart_view.php ,找到:
if($col>1){ $artlist = “
”; }
修改为:
if($col>1){ $artlist = “ ”; }
查找:
if($col>1) $artlist .= “ ”;
修改为:
if($col>1) $artlist .= “ ”;
查找:
if($col>1) $artlist .= ” ”;
修改为:
if($col>1) $artlist .= ” ”;
查找:
if($col>1) $artlist .= ” | ”;
修改为:
if($col>1) $artlist .= ” ”;
查找:
if($col>1){ $artlist .= ”
”;}
修改为:
if($col>1){ $artlist .= ” ”;}
查找:
if($col>1) $artlist .= ”
”;
修改为:
if($col>1) $artlist .= ” ”;
这样去掉所有table(表格)标签,然后在模板里使用channelArtlist标签,***终显示的内容将不再包含这些table元素了。
在{dede:channelArtlist}与{/dede:channelArtlist}就能直接调用***终要显示的内容,不会含有多余的html代码了。
Pbootcms问题解决
请点击在线联系我们【点击咨询解决问题】 如果您有任何Pbootcms问题,我们将免费为您写解决教程!