I've got a flash template and it's edited finished, the only thing I can't seem to get right is to align it to the middle/center. Anyone know where and how I can do this? I tried it both via the flash editer and via dreamweaver, and set it to "middle", but it still stands to the left for some reason.
CSS: #wrap { width: 900px; /* Change for width of flash template */ margin-left: auto; margin-right: auto; } Code (markup): HTML <div id="wrap">flash code here...</div> Code (markup):