方法一:

<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#999900">
  
<tr>
    
<td bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
</table>

 

方法二:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td {
    border: 
1 solid #006633;
}
-->
</style>
</head><body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  
<tr>
    
<td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

 

相关文章:

  • 2022-12-23
  • 2021-08-07
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-11-23
  • 2021-11-06
猜你喜欢
  • 2021-05-29
  • 2021-12-13
  • 2022-12-23
  • 2022-02-21
  • 2021-08-31
  • 2021-06-01
  • 2021-07-07
相关资源
相似解决方案