怎么改变jsp中表格的大小
出现的问题,当简介中文字多时,会积压其它单元格的宽度,各单元格变形,很难看的。所以问题:(1)如何白色区域加上左右拉框,原代码:<html><head><title>管理...
出现的问题,当简介中文字多时,会积压其它单元格的宽度,各单元格变形,很难看的。所以
问题:
(1)如何白色区域加上左右拉框,
原代码:
<html><head><title>管理中心</title><meta http-equiv=Content-Type content=text/html;charset=gb2312></head><frameset rows="64,*" frameborder="NO" border="0" framespacing="0"> <frame src="top.jsp" noresize="noresize" frameborder="NO" name="topFrame" scrolling="no" marginwidth="0" marginheight="0" target="main" /> <frameset cols="180,*" rows="560,*" id="frame"> <frame src="left.jsp" name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" target="main" /> <frame src="right.jsp" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" target="_self" /> </frameset><noframes> <body></body> </noframes></html>(2)怎么固定表格中单元格的大小,让它不随文字多少而改变各单元格的大小。
原代码如下:
<body> <table border="1" cellpadding="0" cellspacing="0"> <tr height="45"> <td width="60" align="center">序号</td>
。。。//其它的一样设计 展开
问题:
(1)如何白色区域加上左右拉框,
原代码:
<html><head><title>管理中心</title><meta http-equiv=Content-Type content=text/html;charset=gb2312></head><frameset rows="64,*" frameborder="NO" border="0" framespacing="0"> <frame src="top.jsp" noresize="noresize" frameborder="NO" name="topFrame" scrolling="no" marginwidth="0" marginheight="0" target="main" /> <frameset cols="180,*" rows="560,*" id="frame"> <frame src="left.jsp" name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" target="main" /> <frame src="right.jsp" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" target="_self" /> </frameset><noframes> <body></body> </noframes></html>(2)怎么固定表格中单元格的大小,让它不随文字多少而改变各单元格的大小。
原代码如下:
<body> <table border="1" cellpadding="0" cellspacing="0"> <tr height="45"> <td width="60" align="center">序号</td>
。。。//其它的一样设计 展开
2个回答
2016-01-08 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
<table width="704" height="500" border="1" style=" color:#CC3300">
<tr>
<td>hello word!</td>
</tr>
</table>
可以通过调整width或者height进行调整
<tr>
<td>hello word!</td>
</tr>
</table>
可以通过调整width或者height进行调整
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询