Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/10/2015, 19:35
SLD
 
Fecha de Ingreso: diciembre-2013
Mensajes: 121
Antigüedad: 10 años, 4 meses
Puntos: 6
Centrar contenido con text-align:center;

Hola.

necesito centrar y no me funciona.

El código es éste:
Código PHP:
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es"><head><title>万维网</title><link rel="icon" href="http://127.0.0.1/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="http://127.0.0.1/favicon.ico" type="image/x-icon" /><meta http-equiv="Content-Script-Type" content="text/javascript" /><style type="text/css">
html,body{
border:0;margin:0;
padding:0;
background:#000;
color:#fae803;
font-family:verdana;
font-size:0.95em;
}

#menu_general{
text-align:center;
border-bottom:1px solid #e6ca00;
margin:0;
padding:0;
background:inherit;
color:#ffff1c;
}

#logo{
float:left;
margin:0;
padding:0;
border:1px solid #aa0000;
font-family:arial;
font-weight:bold;
}
</style></head><body>

<div id="logo">Esto debe flotar a la izquierda</div>
<div id="menu_general">esto centrado</div>
</body></html>
pueden ayudarme?

gracias.