首页 > CMS > 织梦DEDE > 正文

DEDECMS网站首页滚动调用选定栏目文章标题

2024-07-12 08:42:14
字体:
来源:转载
供稿:网友

实现DEDECMS模板首页滚动调用栏目文章标题的标签代码如下:

  1. <marquee behavior=scroll direction=up width=268 height=215 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'
  2. {dede:arclist typeid='4' row='8' orderby='pubdate'}<span class="red2">·</span><a href="[field:arcurl/]" target="_blank" class="pix12h1_line24">[field:title/]</a><br>{/dede:arclist} //开源软件:Vevb.com 
  3. </marquee> 

width,height 表示限定的宽度和高度,typeid='4'是调用的栏目ID号,可以更换成需要调用的栏目ID就可以了.

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