No se como hacer el height=\'100%\'
Hola, veran, intento hacer una tabla que ocupe el 100% de mi explorador (tengo el safari de mac) y no lo consigo, por tanto parece eidente, les dejo el codigo a continuacion. Gracias.
<?php
// incluir el configure para todas las direcciones
require('configure.php');
// posteriormente modificar el espanol por un php que haga de selector de idiomas
require('idiomas/espanol.php');
// quitalo cuando lo necesites y deja solo esto ----> require('funciones.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo TITLE; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0">
<td width="100%" height="100%" valign="top">
<tr>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<td class="lateral" height="100%" colspan="100%"> </td>
</tr>
<tr>
<td rowspan="3"> </td>
<td rowspan="3"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td rowspan="3"> </td>
<td rowspan="3"> </td>
</tr>
<tr>
<td colspan="5"> </td>
<td colspan="1"> </td>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="1"> </td>
<td colspan="1"> </td>
<td colspan="1"> </td>
<td colspan="8"> </td>
</tr>
<tr>
<td colspan="100%" bgcolor="#1E1E1E"> </td>
</tr>
</table>
</body>
</html>
<?php
// incluir el configure para todas las direcciones
require('configure.php');
// posteriormente modificar el espanol por un php que haga de selector de idiomas
require('idiomas/espanol.php');
// quitalo cuando lo necesites y deja solo esto ----> require('funciones.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php echo TITLE; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0">
<td width="100%" height="100%" valign="top">
<tr>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<td class="lateral" height="100%" colspan="100%"> </td>
</tr>
<tr>
<td rowspan="3"> </td>
<td rowspan="3"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td rowspan="3"> </td>
<td rowspan="3"> </td>
</tr>
<tr>
<td colspan="5"> </td>
<td colspan="1"> </td>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="1"> </td>
<td colspan="1"> </td>
<td colspan="1"> </td>
<td colspan="8"> </td>
</tr>
<tr>
<td colspan="100%" bgcolor="#1E1E1E"> </td>
</tr>
</table>
</body>
</html>
