频道页面

1.频道页面中的链接
  A。简单的文字
     <table width="80%" border="0" cellspacing="0" cellpadding="0">{dede:channel type='self'}
                <tr>
                  <td height="20" align="left" valign="top" width="180px"><a href="[field:typelink/]" class="title_top"> [field:typename/] </a> </td>
                </tr>{/dede:channel}
              </table>

   B。加图片循环出现
 <table width="80%" border="0" align="center" cellpadding="4" cellspacing="0" bgcolor="#588BDB">
                    {dede:channel type='self'}<tr>
                      <td width="30" align="center"><img src="[field:global name='cfg_templeturl'/]/images/arrow-white.gif" width="11" height="10" /></td>
                      <td><a href="[field:typelink/]" class="title_white">[field:typename/]</a></td>
                    </tr>
                    <tr>
                      <td height="3" colspan="2" background="[field:global name='cfg_templeturl'/]/images/dotline2.gif"></td>
                    </tr>{/dede:channel}
                </table>

2.栏目的列表信息

{dede:arclist typeid=12 orderby='ID' row='8' titlelen='30'}
                    <tr>
                      <td height="" align="left" valign="top"> <a href="[field:filename/]">  [field:title /] </a> </td>
                    </tr>{/dede:arclist}

posted on 2008-06-12 13:06  kallar  阅读(334)  评论(0编辑  收藏  举报