I need to put a flash intro for a website. That for, I have to position that intro movie exactly in the center of the screen. I think that I can do that using a table like this:
<table width="100%" height="100%">
<tr valign="middle">
<td align="center">
.......................................
</td>
</tr>
</table>
but it doesn't work. Do you have any idea?
Thanks,
Cristian
<table width="100%" height="100%">
<tr valign="middle">
<td align="center">
.......................................
</td>
</tr>
</table>
but it doesn't work. Do you have any idea?
Thanks,
Cristian