Given the following HTML code:

<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="100">aaa</td>
<td width="100">bbb</td>
</tr>
</table>

Is the overall width of the table 200 or 220? In other words, is cellpadding included in the cell width, or added to it?

Also, where would cellspacing fit into the equation?

Thanks in advance.

Additional: Is the answer the same under both IE and Netscape?

[Edited by Michael on 09-08-2000 at 07:59 AM]