<button type="submit" class="btn-1">投票</button>
<a href="plus/vote.php?dopost=view&aid=1">查看结果</a></div>
</dd>
</form>
</dl>
</div>
此方法虽简便点,但效果不太美观
PS:又鼓捣了一会,发现可将如上代码替换成:
<!-- 以下为投票模块 -->
<div class="vote mt1">
<dl class="tbox">
<dt><strong>投票调查</strong></dt>
<form name='voteform' method='post' action='/plus/vote.php' target='_blank'>
<input type='hidden' name='dopost' value='send' />
<input type='hidden' name='aid' value='1' />
<input type='hidden' name='ismore' value='0' />
<dd>
<div class="fb">
<!-- 以下粘贴投票代码 -->
{dede:vote id='2'}
{/dede:vote}
<br />
<!-- 以上粘贴投票代码 -->
</div>
</dd>
</form>
</dl>
</div>
<!-- 以上为投票模块 -->
这样,每次只要更改我用特殊字体标出的投票ID(见后台)“2”,便可实现首页投票模块更新。加个</br>换行符是为了匀称。
更新完后记得要在后台更新主页HTML
效果如下: