这次再试试,一大表格中插入了一小表格,代码中是100%,可为何预览时会出问题呢?望指教!!代码如下,还好不是很长了。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="50%" height="180" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#00FF00"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#0099FF"> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
可预览时却成了这样。
图片如下: