<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/form.css" type="text/css" rel="stylesheet" />
<link href="css/table.css" type="text/css" rel="stylesheet" />
<link href="css/vbulletin.css" type="text/css" rel="stylesheet" />
<title>修改密码</title> <meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<script>
     
   function  closewin(){
   
      this.window.close();
   }
   </script>
</head> <body> <br>
<center>
<form>
<table>

<tr>
<th>
原密码:
</th>
<td>
<input name="" />
</td>
</tr>
<tr>
<th>
新密码:
</th>
<td>
<input name="" />
</td>
</tr>
<tr>
<th>
确认新密码:
</th>
<td>
<input name="" />
</td>
</tr>

</table>
<div align="center">
<input type="submit" value="确定" />
<input type="button" value="取消" onclick="closewin();" />
<div>
</form>
</center>
</body>
</html>就是这个页面,它与整个大的页面的显得有点格格不入,如何添加一些CSS能使界面更美观些!!!