I have a flash splash page I made, and while I believed it to be centered, my friend is telling me when he resizes the window, it doesnt stay centered. How to I code it so that it is ALWAYS centered????
Printable View
I have a flash splash page I made, and while I believed it to be centered, my friend is telling me when he resizes the window, it doesnt stay centered. How to I code it so that it is ALWAYS centered????
in Flash - Publish at Dimensions : Percent - 100 x 100
in HTML -
PHP Code:<BODY bgcolor="#7DC6BD" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<TABLE HEIGHT=100% WIDTH=100%><CENTRE>
<TR><TD>
....your movie
</CENTER></TD></TR></TABLE>
</BODY>