Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/11/2008, 05:29
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: Tabla bien cuadrada

Mira, yo con este código veo las dos tablas exactamente iguales:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es">
<head>
<title>Tarzan</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
.marcoCabeceraForo {
FONT-FAMILY: Arial, Helvetica, sans-serif;
border: 1px ridge Black;
BACKGROUND-COLOR: #89A993;
height: 25px;
FONT-SIZE: 13px;
}
.marcoCeldaTextoForo {
border:1px ridge black;
font-family:Times New Roman;
color: Black;
text-align : left;
PADDING-LEFT: 10PX;
FONT-SIZE: 13px;
table-layout: fixed;
}
.marcoCeldaNumeroForo {
border:1px ridge black;
font-family:Times New Roman;
color: Black;
text-align : center;
table-layout: fixed;
FONT-SIZE: 13px;
}
</style>
</head>
<body>
<table class="marcoCabeceraForo" style='table-layout:fixed' width='747px' cellpadding=0 cellspacing=0 border="1">
<tr>
<td class="marcoCeldaNumeroForo" width='11%'>Icono</td>
<td class="marcoCeldaTextoForo" width='45%'>Subcategoría</td>
<td class="marcoCeldaTextoForo" width='24%'>Último Tema</td>
<td class="marcoCeldaNumeroForo" width='9%'>Temas</td>
<td class="marcoCeldaNumeroForo" width='10%'>Mensajes</td>
</tr>
</table>
<table class="marcoSubcategoriaForo" style='table-layout:fixed' width='747px' cellpadding=0 cellspacing=0 border="1">
<tr>
<td class="marcoCeldaNumeroForo" width='11%' height='50px'><img src='icono.jpg'></img></td>
<td class="marcoCeldaTextoForo" width='45%' height='50px'>Normas del Foro</td>
<td class="marcoCeldaTextoForo" width='24%' height='50px'>Recomendaciones y Consejos</td>
<td class="marcoCeldaNumeroForo" width='9%' height='50px'>5</td>
<td class="marcoCeldaNumeroForo" width='10%' height='50px'>1</td>
</tr>
</table>
</body>
</html>
__________________
Visita mi nueva web idplus.org