I have used Photoshop CS2's "Save for Web" feature to create a table of images for my site layout.
This HTML appears fine in a web browser, however when imported into Visual Studio and viewed in the site designer, the metrics are wrong and there are horizontal gaps between images (table cells).
The output from Photoshop does not refer to any stylesheets.
The table attributes set border, cellpadding and cellspacing to 0.
Here is how it looks in the Designer:

And here is how it looks in the browser:

Is Visual Studio picky about layout of tables and images? Is this a bug in Visual Studio 2005?
