html 标签,a 标签, td标签
怎么去掉两个tr中间的距离<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.o...
怎么去掉两个tr中间的距离
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style> .class{color:#777777;font-size:14px; line-height:42px;} a.class{color:#777777;text-decoration: none; display:block; background:red; padding-left:20px} a.class:link{color:#777777;} a.class:visited{color:#777777;} a.class:hover{color:#ff6611; background:yellow}</style></head><body><table width="200" border="1" cellspacing="0" cellpadding="3" class="class"> <tr> <td style="height:42px; border-bottom:none; border-top:none;"> <a href="ywzl/class/?8.html" class="class" target="_self" style="width:200px; line-height:42px;">贷款担保</a> </td> </tr> <tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?9.html" class="class" target="_self" style="width:200px; line-height:42px;">保函业务</a></td></tr><tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?10.html" class="class" target="_self" style="width:200px; line-height:42px;">咨询顾问</a> </td> </tr> <tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?11.html" class="class" target="_self" style="width:200px; line-height:42px;">咨询顾问</a> </td></tr><tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?12.html" class="class" target="_self" style="width:200px; line-height:42px;">财务代理</a> </td></tr></table></body></html> 展开
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style> .class{color:#777777;font-size:14px; line-height:42px;} a.class{color:#777777;text-decoration: none; display:block; background:red; padding-left:20px} a.class:link{color:#777777;} a.class:visited{color:#777777;} a.class:hover{color:#ff6611; background:yellow}</style></head><body><table width="200" border="1" cellspacing="0" cellpadding="3" class="class"> <tr> <td style="height:42px; border-bottom:none; border-top:none;"> <a href="ywzl/class/?8.html" class="class" target="_self" style="width:200px; line-height:42px;">贷款担保</a> </td> </tr> <tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?9.html" class="class" target="_self" style="width:200px; line-height:42px;">保函业务</a></td></tr><tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?10.html" class="class" target="_self" style="width:200px; line-height:42px;">咨询顾问</a> </td> </tr> <tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?11.html" class="class" target="_self" style="width:200px; line-height:42px;">咨询顾问</a> </td></tr><tr><td style="height:42px; border-bottom:none; border-top:none;"><a href="ywzl/class/?12.html" class="class" target="_self" style="width:200px; line-height:42px;">财务代理</a> </td></tr></table></body></html> 展开
3个回答
展开全部
border="1" cellspacing="0" cellpadding="3" 这个是你写的。你首先要知道他们代表什么,border是边框,你给边框1,代表其有值,所以每两个边框中间有2像素,cellspacing代表的是单元格之间的距离,cellpadding属性用来指定单元格内容与单元格边界之间的空白距离的大小,你给cellpadding值,中间也会产生距离,把它们都改为数值0即可:border="0" cellspacing="0" cellpadding="0"
展开全部
<table width="200" border="0" cellspacing="0" cellpadding="0" class="class">
这样就行了
这样就行了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
style *{padding:0px;margin:0px;}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询