Ver Mensaje Individual
  #12 (permalink)  
Antiguo 26/03/2009, 11:52
belbe
 
Fecha de Ingreso: marzo-2009
Mensajes: 9
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: Centrado de pagina, ayuda!!

Muchas gracias gVenom, intente eso que me dijistes pero no paso nada : /
Lo intente de esta forma, este es el comienzo de mi css:

#contenedor{
position:relative;
margin:0 auto;
}
table { border:0px; border-collapse:collapse ; width:100%}
td {vertical-align:top; padding:0px; }


td, table, select, input, textarea{
font-family:tahoma;
font-size:11px;
vertical-align:top;
line-height:14px;
color:#3D250D
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background:#F2F2EA}

#menu { width:766px; }

y ahi sigue...

Y puse esto en el html:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" type="text/css" rel="stylesheet">


<style type="text/css">
<!--
.style2 {color: #990000}
.style7 {
font-family: Minion;
font-size: 18px;
color: #000000;
font-weight: bold;
}
.style8 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #003399;
}
.style9 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
color: #0033CC;
}
.style10 {
font-family: Minion;
font-size: 18px;
color: #000000;
}
-->
</style><body>
<div id="contenedor">
<table style="height:100%">
<tr>
<td>

y ahi sigue y al final antes de cerrar el body, puse </div>

Pero no paso nada : / , que podria hacer ahora? sera que lo estoy poniendo mal?
Muchisimas gracias por tu ayuda, espero puedas seguirme ayudando y no ser una molestia, gracias.