PDA

View Full Version : Flash Vertical Alignment



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!

is0lized
February 10th, 2002, 11:36
this is what i have on my site, modify it to fit your needs


<html>
<head>
<title>Be Right Back</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" valign="top" align="center">
<tr valign="center" align="center">
<td><a href="http://www.is0lized.net/forum"><img src="soon.jpg" border="0"></a></td>
</tr>
</table>
</body>
</html>