Web page alignment-center

Hi all,

I have a Flash website and need to align the movie at the center of the page.

In the original .fla movie, I have set up the Flash aligment (file > publish settings>HTML) :

horizontal > center
vertical > center

But, all the movies (pages) still stand on the left top alignment in actual HTML files.

Do I need to add any specific code for center aligment?

Thanks,

m4non

Just put this code immediately after the opening <body> tag:

<div align="center">

and remember to close the div tag!

That should do the trick.

Cello

or add

<center>

at the start of you html script and

</center>

at the very bottom.

these must be the first and last tags