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.

im not 100% sure wat u mean but i have a go.

yeah u got like 2 pictures next to each other and there not quite joining?? and it leaves a gap?? wat i did to solve that was click and drag one of the pictures onto the other so to speak this shud bump ur html code all to 1 line so it runs along smoothly just hit f12 and preview to see if it worked.

hope that helps sorry if i got the worng idea all together :frowning: i tryed

Desire, thanks for trying, but I think your idea is a little different than what I’m trying to fix.

Senocular, I looked in the export settings for Flash and found an “Options” button which did reveal some other settings. I thought I might have found it when I saw a drop down for “Space with:” in the Table tab, but after trying every option, no such luck.
The three options were “Nested tables - No Spacers”, “Single table - No Spacers”, or “1 Pixel Transparent Spacer.”

Anyhow, I guess I’m back where I started.

Any further ideas?

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.