-
婚纱摄影定制类网站织梦...
-
艺术家居设计类网站织梦...
-
网站建站优化推广类网站...
-
PPT素材下载类网站织梦模...
-
汽车用品配件类网站织梦...
-
电子设备产品类网站织梦...
-
商标注册会计服务类网站...
-
教育机构资格证书类网站...
-
信息技术软件类网站织梦...
-
短视频直播带货类网站织...
-
有机肥料化肥类网站织梦...
-
餐具类网站织梦模板(自...
-
茶叶茶道类网站织梦模板...
-
中英双语建材装饰类网站...
-
鲜花商城购物类网站织梦...
-
发电机设备出售租赁类网...
-
水上游乐园设备类网站织...
-
成人高考自考教育机构类...
-
服装时装设计类网站织梦...
-
搬家公司类网站织梦模板...
打开/include/inc_arcpart_view.php文件
找到
if($col>1){ $artlist = “<table width=’$tablewidth’ border=’0′ cellspacing=’0′ cellpadding=’0′>\r\n”; }
改为
if($col>1){ $artlist = “\r\n”; }
找到
if($col>1) $artlist .= “<tr>\r\n”;
改为
if($col>1) $artlist .= “\r\n”;
找到
if($col>1) $artlist .= ” <td width=’$colWidth’ valign=’top’>\r\n”;
改为
if($col>1) $artlist .= ” \r\n”;
找到
if($col>1) $artlist .= ” </td>\r\n”;
改为
if($col>1) $artlist .= ” \r\n”;
找到
if($col>1){ $artlist .= ” </tr>\r\n”;}
改为
if($col>1){ $artlist .= ” \r\n”;}
找到
if($col>1) $artlist .= ” </table>\r\n”;
改为
if($col>1) $artlist .= ” \r\n”;
在{dede:channelArtlist}与{/dede:channelArtlist}就能直接调用最终要显示的内容,不会多余的html代码。