按钮图标修改

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="application/msword">

<title>Insert title here</title>
</head>
<body>
<input type=button name="a" value=" home " style='cursor:hand; width:84px; height:28px; background-color:#FAFAFA; pading:1px; border:1px;' onclick="window.location.href='diaoyong.jsp'">

</body>
</html>

表格内容自动换行,当从数据库中获取的时候

<td style="word-break:break-all">

你可能感兴趣的:(html,jsp)