现在的位置: 首页 > 综合 > 正文

按钮图标修改

2013年11月10日 ⁄ 综合 ⁄ 共 538字 ⁄ 字号 评论关闭

<%@ 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">

抱歉!评论已关闭.