Bottom.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Bottom.aspx.cs" Inherits="Bottom" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.    
  10.  <%--   <TABLE width="100%"  height="50px" border="0" cellPadding="0" cellSpacing="0" background="Images/index_54.jpg">
  11.     <TR>
  12.     <TD >
  13.    
  14.     </TD>
  15. </TR>
  16.     </TABLE>--%>
  17.     
  18.      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  19.         <tr>
  20.         <td><img src="Images/index_54.jpg" width="100%" height="51" ></td>
  21.         </tr>
  22.      </table>
  23.     </form>
  24. </body>
  25. </html>