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>  
 	     
 	 <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; ">   </td>  </tr>  
 我就不信加入这样一行不行!