jsp中有一个<div>,旁边要再添加文字怎么添加
<%@pageimport="java.io.*"%><%@pageimport="java.sql.*"%><%@pagecontentType="text/html;...
<%@ page import="java.io.*"%>
<%@ page import="java.sql.*"%>
<%@ page contentType="text/html; charset=GB2312" %>
<Script language="JavaScript">
</Script>
<html>
<head>
<title> 查询 </title>
</head>
<body background="image/beijing1.jpg">
<div>
<input type="button" name="cangku" value="仓库" style=" font-size: 25px;margin-top:30;height:50;width:110" onclick="
window.location.href='war_view.jsp';" /><br>
<input type="button" name="shangpin" value="商品信息" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='mer_view.jsp';" /><br>
<input type="button" name="dingdan" value="销售订单" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='ord_view.jsp';" /><br>
<input type="button" name="rukudan" value="入库单" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='inw_view.jsp';" /><br>
<input type="button" name="chukudan" value="出库单" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='rew_view.jsp';" /><br>
<input type="button" name="yuangong" value="员工信息" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='emp_view.jsp';" /><br>
<input type="button" name="gongyingshang" value="供应商" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='sup_view.jsp';" />
</div>
</body>
</html>
网页中间要加文字怎么添加 展开
<%@ page import="java.sql.*"%>
<%@ page contentType="text/html; charset=GB2312" %>
<Script language="JavaScript">
</Script>
<html>
<head>
<title> 查询 </title>
</head>
<body background="image/beijing1.jpg">
<div>
<input type="button" name="cangku" value="仓库" style=" font-size: 25px;margin-top:30;height:50;width:110" onclick="
window.location.href='war_view.jsp';" /><br>
<input type="button" name="shangpin" value="商品信息" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='mer_view.jsp';" /><br>
<input type="button" name="dingdan" value="销售订单" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='ord_view.jsp';" /><br>
<input type="button" name="rukudan" value="入库单" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='inw_view.jsp';" /><br>
<input type="button" name="chukudan" value="出库单" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='rew_view.jsp';" /><br>
<input type="button" name="yuangong" value="员工信息" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='emp_view.jsp';" /><br>
<input type="button" name="gongyingshang" value="供应商" style=" font-size: 25px;margin-top:5;height:50;width:110" onclick="
window.location.href='sup_view.jsp';" />
</div>
</body>
</html>
网页中间要加文字怎么添加 展开
2个回答
展开全部
你的意思是?
DIV的内容 旁边显示的文字
---- |
aaa | 左边是一个div
bbb |
ccc |
---- |
如果是这样,
<div style="float:left;">
<input type="button" name="cangku" ...
这是你之前的div
</div>
<div style="float:left;margin-left:30px;">
左边是一个div
</div>
使用float来定位
DIV的内容 旁边显示的文字
---- |
aaa | 左边是一个div
bbb |
ccc |
---- |
如果是这样,
<div style="float:left;">
<input type="button" name="cangku" ...
这是你之前的div
</div>
<div style="float:left;margin-left:30px;">
左边是一个div
</div>
使用float来定位
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询