求助!!!!!!!!!!!
我在定义样式中这样设置:
<table cellspacing="0" cellpadding="0" width="119" border="0">
<tbody>
<tr>
<td width="119">
<div align="center">
<a href="{NS:FS_NewsURL}"><img src="{NS:FS_PicPath}" width="106" height="106" border="0" /></a></div></td>
</tr>
<tr>
<td height="22">
<p align="center"><a href="{NS:FS_NewsURL}">{NS:FS_NewsTitle}</a></p></td>
</tr>
</tbody>
</table>
标签: 图片新闻
{FS:NS=ClassNews┆图片新闻$1┆栏目$IF2A87CK129AFA1┆Loop$15┆输出格式$out_Table┆多少天$0┆标题数$20┆图文标志$0┆打开窗口$0┆包含子类$0┆排列字段$PopId┆排列方式$DESC┆更多连接$┆PageCSS$┆日期格式$┆引用样式$30┆新闻排列数$15┆内容字数$200┆导航字数$200┆ 列表序号$0}
模版这样调用:{FS400_图片新闻}
为啥显示时 还是 <table cellspacing="0" cellpadding="0" width="119" border="0">
<tbody>
<tr>
<td width="119">
<div align="center">
<a href="{NS:FS_NewsURL}"><img src="{NS:FS_PicPath}" width="106" height="106" border="0" /></a></div></td>
</tr>
<tr>
<td height="22">
<p align="center"><a href="{NS:FS_NewsURL}">{NS:FS_NewsTitle}</a></p></td>
</tr>
</tbody>
</table>
求助!!!!!!!