当前位置: 代码迷 >> HTML/CSS >> HTML有关问题.
  详细解决方案

HTML有关问题.

热度:246   发布时间:2012-03-19 22:03:04.0
HTML问题...急
<INPUT   TYPE= "hidden "   name= "mark "   value=0>
<div   name= "divp "   id= "divp "   style= "visibility:   visible ">
<TABLE   width=100%   STYLE= "position:absolute;top:400 ">
<TR>
<TD   align=center>
<a   href= 'JavaScript:PrintReport() '> [打印发票] </a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a   href= " <%select   case   pay_type
case   "单票发票 "
response.write   "exp_pay.asp "
case   "月结发票 "
response.write   "exp_yjpay.asp "
end   select%> ">
[返回前页]
</a>
</td>
</tr>
</table>
</div>
我想把2个超连接的位置往下移..小弟怎么改都没反应,求大虾帮忙...

------解决方案--------------------
<TD align=center style= "margin-top:40px; "> 试试看
------解决方案--------------------
<tr> <td style= "line-height:100; "> &nbsp; </td> </tr>
我就不信加入这样一行不行!
  相关解决方案