How do I center a flash file vertically as well as horizontally in DW? (So that no matter what size the viewer's screen is, the movie always is centered both ways)
Rebecca Sheldon
Graphic Designer
Alternative Design Solutions
To solve this problem you need to put your flash file inside a table that has its width and height set to 100%. By using percents instead of pixels, the table will automatically be resized to fit the browser window. Inside your table be sure to set your align="center" and valign="middle".