Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/05/2007, 08:12
Avatar de sirguy
sirguy
 
Fecha de Ingreso: septiembre-2006
Ubicación: Mallorca
Mensajes: 959
Antigüedad: 17 años, 7 meses
Puntos: 12
Re: Centrar web flash

Esa línea si sirve de algo, mejor no la quites. Pon otra y pon el flash donde pone que lo pongas:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:: TITULO ::</title>
</head>

<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<table border="0" align="center" width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr align="center" valign="middle">
<td align="center" valign="middle">

<!--TABLA CENTRADA-->

<table border="0" bordercolor="pink" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>


<!--AQUÍ EL FLASH-->


</td>
</tr>
</table>

<!--FIN TABLA CENTRADA-->

</td>
</tr>
</table>
</body>
</html>