CSnokia
February 10th, 2002, 10:29
I made a flash intro, and wish to center the intro in the middle of the page, so that it works on all resolutions.
I have included all of the correct tags (i think!) + been adding 'valign=center' everywhere! It just doesnt want to work, take a look for yourself.
<html>
<head>
</head>
<body bgcolor=ffffff>
<table width=100% height=100% cellspacing=0 cellpadding=0 border=1>
<tr align=center valign=center><td align=center valign=center>
<object align=center valign=center>
<embed src="flash.swf" height=60% width=60%>
</object>
</td></tr>
</table>
</html>
I cant think what else needs to be done!
I have included all of the correct tags (i think!) + been adding 'valign=center' everywhere! It just doesnt want to work, take a look for yourself.
<html>
<head>
</head>
<body bgcolor=ffffff>
<table width=100% height=100% cellspacing=0 cellpadding=0 border=1>
<tr align=center valign=center><td align=center valign=center>
<object align=center valign=center>
<embed src="flash.swf" height=60% width=60%>
</object>
</td></tr>
</table>
</html>
I cant think what else needs to be done!