Why does Dreamweaver do this!

When I insert a fireworks menu into dreamweaver, it adds a one pixel space after the graphics. To give you a better idea, I created a fireworks menu for the left side of my webpage, it is 125 px wide by 700 px tall. When I insert it into a 125 px wide cell in Dreamweaver, it changes the cell to 126 px wide and screws the rest of my page up! And now, I have a 1 px white line running down the left edge of my page.

This is so frustrating. Please help!

NOTE: I’m using Dreamweaver 4, but I’ve tried it in MX too and it does the same thing. I swear it has to do with some behavior because the graphic for the button is the correct size.

use single table no spacers. Or go into the html code and for each 1px spacer you find. change the height or width of the cell containing the spacer to 1px. You may have to reinsert your fireworks document. Also check your DTD at the top. If this is set to loose you may have troubles with how IE renders your html. It should be the first line of your html doc.