19/02/2010, 14:38
|
| | | Fecha de Ingreso: junio-2008 Ubicación: Valencia
Mensajes: 170
Antigüedad: 16 años, 5 meses Puntos: 2 | |
Como Hacer Esto con Div Como Hacer Esto con Div
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
<!--
html,body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
height:100%;
width:100%;
}
.Tabla01 {
height: 100%;
width: 100%;
background-color: #CCCCCC;
}
.Tabla02 {
height: 100px;
width: 100px;
background-color: #999999;
}
</style>
</head>
<body>
<table class="Tabla01">
<tr>
<td align="center" valign="middle"><table class="Tabla02">
<tr>
<td align="center" valign="middle">Centro</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
__________________ Pagina de sobre los animales Los animales |