Centered (vertical/horizontal)?

Hmm…im scratchin my noggin trying to figure this out :-\

The flash movie is in the center (horizontal and vertical) no matter how the window is resized

i know how to get it to center horizontally…but not vertical???

any help?

thanks

and happy holidays to everyone <:}

Change your td tag to have a valign setting.

<TD VALIGN="top">content</TD>

the best way to do this is to use tables here is the code

You will have to play with the dimensions of the flash area to suit the size of your movie. But no matter what the movie will be in the middle this way.

Be sure to set your bottom, top, left and right margin to 0



<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="50%" colspan="3">&nbsp;</td>
  </tr>
  <tr> 
    <td width="50%" height="200">&nbsp;</td>
    <!-----####the transparent gif is just a place holder####--->
    <td width="400" bgcolor="#CCCCCC">put your flash movie here<img src="transparent.gif" width="400" height="1"></td>
    <td width="50%" height="200">&nbsp;</td>
  </tr>
  <tr> 
    <td height="50%" colspan="3">&nbsp;</td>
  </tr>
</table>


Are you using dreamweaver?

If you are, ill explain it to you!!

=)

yea im using Dreamweaver MX

That code that 3d-iva posted worked

but I’m open to what your explanation :beam: