Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/02/2007, 07:21
Avatar de juanitTo
juanitTo
 
Fecha de Ingreso: enero-2007
Mensajes: 406
Antigüedad: 17 años, 2 meses
Puntos: 5
Pregunta Re: como introduzco una tabla en css??

gracias por tu ayuda, respecto a la primera la e solucionado, gacias!, y la segunda ya la tenia como tu me has sugerido que la ponga, alguna otra solucion? gracias, si te sirve de algo te pongo el codigo entero por si hay algo mal que impida que la tabla este bien:

<html>
<head>
<title>Mi Zona</title>

<style type="text/css">
BODY {
font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 10 0 10 0px;
text-align: center;
background-color: #000000;
}
#contenedor{
text-align: left;
width: 100%;
margin: auto;
}
#cabecera{
background-color: #000000;
color: #333300;
font-size:12pt;
font-weight: bold;
padding: 3 3 3 10px;
}
#cuerpo{
margin: 10 0 10 0px;
}
#lateral{
border: 2px solid rgb(255, 102, 0);
width: 14%;
font-family: Verdana;
text-align: center;
background-color: rgb(0, 0, 0);
}
#lateral a { border-top: 1px solid rgb(255, 255, 255);
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 16px;
display: block;
width: 100%;
}
#lateral a:hover { background-color: rgb(0, 232, 0);
}
</style>
}
#principal{
background-color: #000000;
padding: 4 4 4 4px;
width: 60%;
float: left;
}

#otrolado{
width: 20%;
float: right;

}
#pie{
background-color: #000000;
padding: 3 10 3 10px;
text-align:right;

clear: both;
}

#derecha{
margin: 0 0 0 170px;
}
</style>

</head>

<body>

<div id="contenedor">
<div id="cabecera">
<CENTER>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="600" height="30">
<PARAM name="movie" value="http://sv1.letmehost.com/sv1/24/flashvortex_001.swf">
<PARAM name="quality" value="high">
<PARAM name="menu" value="true">
<EMBED src="flashvortex.swf" quality="high" menu="true" pluginspage="http://www.macromedia.com/shockwave/
download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="119" height="221">
</EMBED>
</OBJECT>
</CENTER>
<CENTER>
<td width="100%"><img border="0" src="http://sv1.letmehost.com/sv1/24/Untitled-2_002.jpg" width="600" height="103">
</CENTER>
</div>
<div id="cuerpo">
<div id="lateral">
<a href="http://www.webmastersgratis.com/contenidos/foros/index.php">Trucos
javascrip</a>
<a href="http://www.webmastersgratis.com/contenidos/chats/index.php">Uso
de frames</a>
<a href="http://www.webmastersgratis.com/contenidos/imagenes/index.php">Condiciones
de uso</a>
<a href="http://www.webmastersgratis.com/contenidos/encuestas/index.php">chat</a>
<a href="http://www.webmastersgratis.com/contenidos/titulares/index.php">Heavy
Metäl</a>
<a href="http://www.webmastersgratis.com/contenidos/intercambio/index.php">Acceso
a tu pagina por clave con javascrip</a>
<a href="http://www.webmastersgratis.com/contenidos/altabuscadores/alta-en-buscadores-gratis.php">Heavy
Metäl</a>
<a href="http://www.webmastersgratis.com/contenidos/altabuscadores/index.php">Heavy
Metäl</a>
<a href="http://www.webmastersgratis.com/contenidos/posicionamientobuscadores/index.php">Heavy
Metäl</a>
<a href="http://www.webmastersgratis.com/contenidos/posicionamientobuscadores/informe-posicionamiento.php">Heavy
Metäl</a>
<a href="http://www.webmastersgratis.com/ganardinero/web/index.php">Heavy
Metäl</a>
</div>
<div id="derecha">
<div id="principal" algin="top">
<CENTER>
<iframe algin="top" name=juanito src="central.html"
width="60%" height="600" scrolling="no" frameborder="0">
</iframe>
</div>
<div id="otrolado">
</div>
</div>
</div>
<div id="pie">
<CENTER>
<a href="http://msnspaces.messengeradictos.com/estadisticas-11970.html"><img src="http://msnspaces.messengeradictos.com/contador/mostrarcontador.php?Cuenta=11970&Tipo=3" alt="Contador de estadisticas" border="0"></a>
</CENTER>
</div>
</div>

</body>
</html>

Última edición por juanitTo; 03/02/2007 a las 11:59