官方默认的
模板中
<!-- ********网页中部代码开始******** -->
<form name='payonline' method='post' action='payonline.asp'>
<table class=center_tdbgall cellspacing=0 cellpadding=0 width=760 align=center border=0>
<tr>
<td valign=top><table width="100%" border="0" cellpadding="2" cellspacing="1" class="shop_border">
会显示一空行。想去掉空行,把<form>放在<tr>前即可。
如:<table>
<from>
<tr>
<td>
…………
</td>
</tr>
</from>
</table>