Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/08/2012, 18:52
Zafire
 
Fecha de Ingreso: julio-2010
Mensajes: 18
Antigüedad: 14 años, 5 meses
Puntos: 1
Respuesta: Height procentual depende de anchura de la pagina?

Cita:
Iniciado por Ourii Ver Mensaje
No este no es el problema. Uso HTML5 con <!DOCTYPE html> aunque también he provado tan solo con <html> y no funciona tu solución :(
Mmm que raro, bueno el codigo que te di anteriormente se me olvido ponerle el "center", aqui te dejo el codigo completo desde <html> para que te guies.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle"> CODIGO AQUI </td>
</tr>
</table>
</body>
</html>

Si funciona porque lo probe, prueba agarrando solo el <table> a ver