-
水利工程施工类网站织梦...
-
蔬菜鲜果配送类网站织梦...
-
玩具动漫类网站织梦模板...
-
人力资源管理类网站织梦...
-
电子元件电路板类网站织...
-
财税记账工商注册认证类...
-
物流快运速递类网站织梦...
-
食品百货英文外贸类网站...
-
仪器分析仪类网站织梦模...
-
钢结构岗亭营销型织梦网...
-
电脑系统软件下载类网站...
-
精工机械轴承生产厂家类...
-
装饰建材公司类网站织梦...
-
网站模板资源下载类网站...
-
营销型无缝钢管定制生产...
-
貂绒大衣服装设计类网站...
-
手游APP软件下载类网站织...
-
仪器仪表科技公司类网站...
-
中英双语律师事务所类网...
-
展览展会信息类网站织梦...
打开/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代码。