left左边页面设置

来源:互联网 发布:网络简历贩子犯法吗 编辑:程序博客网 时间:2024/05/16 18:45

<%@ page language="java" pageEncoding="UTF-8"%>


<html>
<head>
<title>left.jsp</title>
  <link href="css/main.css" rel="stylesheet" type="text/css">
</head>
 
<body bgcolor="#ffffff">
<center>

  <table width="80%" border="0" align="center" class="tableframe">
      <tr align="left"  bgcolor="#A8C3DE">
           <th width="200" colspan="2">操作</th>
      </tr>
      <tr><td height="500" ></td></tr>
  </table>


</center>

 

  </body>

</html>

原创粉丝点击