blob: ae89befab15aa0b24656a219a59699719cbc1cad [file] [log] [blame]
<head>
<style>
img { background-color: orange }
td { border: 1px solid green }
</style>
</head>
<body>
These two tables should be the same width.
<table border=0 cellspacing=0 cellpadding=0 width=320>
<tr>
<td width=70 valign=top >
1
</td>
<td width=246 valign=top >
2
</td>
<td width=4><img width=4 height=20></td>
</tr>
</table>
<p></p>
<table border=0 cellspacing=0 cellpadding=0 width=320 height=10>
<tr>
<td width=66 height=10>1</td>
<td width=254 height=10><img width=254 height=10 ></td>
</tr>
<tr>
<td colspan=3>1</td>
</tr>
</table>