2种单页面制作形式!如图
此主题相关图片如下:1.jpg
此主题相关图片如下:2.jpg
最后效果 显示如何在单页面中显示 图片文章组!
此主题相关图片如下:222.jpg
你还得建立一个自定义系统函数标签如图
此主题相关图片如下:222.jpg
此主题相关图片如下:44444.jpg
这个系统函数代码为下
<style type="text/css">
<!--
.chengse1,.chengse1 a{
color:#FF6600
text-decoration:none;
font-size: 12px;
font-weight: bold;
color: #FF3300;
}
.chengse1 a:hover{color:#FF66CCtext-decoration:underline;
font-size: 12px;
color: #3399FF;
}
.chengsebian2{
border: thin solid #CCCCCC;
}
-->
</style>
[loop={@num}]
<table width="861" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="861"><table width="861" height="115" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="127" align="center"><table width="113" height="108" border="0" cellpadding="0" cellspacing="0" class="chengsebian2">
<tr>
<td width="108" align="center" valign="middle"><a href="{@linkurl}" target="_blank"><img src="{@photourl}" alt="{@fulltitle}" width="104" height="99" /></a></td>
</tr>
</table></td>
<td width="734" valign="top"><table width="734" height="41" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#F9F9F9" class="chengse1"><a href="{@linkurl}" target="_blank" >{@fulltitle}</a></td>
</tr>
<tr>
<td>{@intro}</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
[/loop]