Table Width/Height Demo
No height and width specified
Height = 127px; width = 431px
(Height = 2 * image height + 1; Width = 6 * image width + 5)
The table should be the same as above -- but isn't.
Height = 127px; width = 495px
(Height = 2 * image height + 1; Width = 6 * image width + 5 + 64)
Adding twice the width of the border to the width seems to correct the size problem
but the border size should not have had any influence on the size of the content area
of the table.