首页 > CMS > 织梦DEDE > 正文

织梦CMS专题模版{dede:field.note/}代码结构修改

2024-07-09 22:51:43
字体:
来源:转载
供稿:网友

网站要调用的循环的内容是

  1. <li><span class="date">[field:typename/]</span><a href="[field:arcurl /]" target="_blank">[field:title /]</a></li>

但是生产html输出结果多了一些东西变成了:            

  1. <dl class="tbox">                
  2. <dt><strong>.</strong></dt>                
  3. <dd>                    
  4. <ul class="d1 ico3">
  5. <li><span class="date">[field:typename/]</span><a href="[field:arcurl /]" target="_blank">[field:title /]</a></li>                    
  6. </ul>                
  7. </dd>            
  8. </dl>

不想要多出来的部分,多出来的部分导致整体页面布局整个都错乱了!

解决办法:

修改templets->system->channel_spec_note.htm设个模板文件的内容的!!

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表