这是我做的一个网站的SQL标签,调用图片地址
[loop=1]
<table border="0" cellpadding="0" style="border-collapse: collapse" width="333" height="100" id="table1">
<tr>
<td rowspan="2" width="85">
<div align="center">
<table border="0" cellpadding="0" style="border:1px solid #EDEDEB; border-collapse: collapse; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" width="75" height="80" id="table2">
<tr>
<td style="border-style: none; border-width: medium">
<p align="center">
<a href="{$Field(ID,GetInfoUrl,1,1)}" target="_blank">
<img width="60" height="70" src="{$Field(Picurl,Text,0,...,0,)}" style="padding:5px; border:0px solid #CCCCCC; "></a></td>
</tr>
</table>
</div>
</td>
<td><b><font color="#FF6600">{$Field(Title,Text,30,...,0,)}</font></b></td>
</tr>
<tr>
<td align="left" valign="top"> <font color="#003399">{$Field(Intro,Text,90,...,0,)}</font><a href="{$Field(ID,GetInfoUrl,1,1)}" target="_blank">☆详细介绍</a></td>
</tr>
</table>
[/loop]
显示效果:
[此贴子已经被作者于2007-11-14 16:19:59编辑过]