html操作
怎么在表外面套一个正方形的框
以表格外边框为准!
HTML code:
<table id="mytable" align="center" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series" >
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
HTML code:
<div style="border:1px solid #ccc;padding:10px;">
<table id="mytable" align="center" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series" >
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</div>
相关问答:
c# 有没有用于C/S的 html文本编辑器
就像web界面的文本内容编辑器
up
C/S还要编译器干嘛啊
又不用控制样式
貌似没有吧 如果有了通知下我 我也要liujintaohfbb@163.com我的邮箱 ......
我的java applet 嵌入html后无法显示,而用appletviewer显示正常为什么,还有就是用html converter转化后可以显示,为什么?请大侠赐教!
HTML code:
<HTML>
<HEAD>
<TITLE>TEST.HTML< ......
我在做一个网站asp的,想生成html,生成后如何调用呢?
如:我当前调用页面是http://192.168.0.100/jdasp/x.asp?cnmai=1795 ,生成的是x1795.html文件,
如何在调用x ......
每次关闭的时候就出现下面这个
Microsoft® HTML Help Executable 遇到问题需要关闭。我们对此引起的不便表示抱歉。
打开后有一个问题,本来有的索引没有了,就不能搜索内容了,查资料极为不 ......