Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/05/2005, 14:05
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Hola iraultza, puedes intentarlo asi:
Código HTML:
<style type="text/css">
ul {
	text-align: center;
}
li {
	text-align: center;
}
</style>
</head>
<body>
<div id="centrarlista"><ul>Tu lista
<li>Uno</li>
<li>Dos</li></ul>
</div>
</body> 
Saludosss