asp.net如何使表格打印线条小点呢
展开全部
<style type="text/css">
table { border-color:Black; border-style:dotted; border-width:0px; border-right-width:1px; border-bottom-width:1px; margin:0; padding:0; border-spacing:0; }
td { border-color:Black; border-style:dotted; border-width:0px; border-top-width:1px; border-left-width:1px; padding:0; }
</style>
<table style=" width:50%; height:100%; ">
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
table { border-color:Black; border-style:dotted; border-width:0px; border-right-width:1px; border-bottom-width:1px; margin:0; padding:0; border-spacing:0; }
td { border-color:Black; border-style:dotted; border-width:0px; border-top-width:1px; border-left-width:1px; padding:0; }
</style>
<table style=" width:50%; height:100%; ">
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
2012-05-22
展开全部
border:dotted 1px #ccc; dotted表示虚线;1px表示1个像素;#ccc表示颜色
如果使用table,最好是:
1、设置整个表的边框,但不设置表右边和下面的边框,例如:
table{border-left:dotted 1px #ccc;border-top:dotted 1px #ccc;border-right:none;border-bottom:none;}
2、设置td的右边和下边的边框:
table tr td{border-right:dotted 1px #ccc;border-bottom:dotted 1px #ccc;}
以上1,2写在样式表内:<style type="text/css">这里</style>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td>xxx</td></tr></table>
如果使用table,最好是:
1、设置整个表的边框,但不设置表右边和下面的边框,例如:
table{border-left:dotted 1px #ccc;border-top:dotted 1px #ccc;border-right:none;border-bottom:none;}
2、设置td的右边和下边的边框:
table tr td{border-right:dotted 1px #ccc;border-bottom:dotted 1px #ccc;}
以上1,2写在样式表内:<style type="text/css">这里</style>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td>xxx</td></tr></table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询