Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2006, 12:31
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 xarli1, buscas algo así:

Código HTML:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Prueba</title>
<style type="text/css">
#contenedor{
width: 2000px;
text-align:right;
}
</style>
</head>

<body>
<div id="contenedor"><p>Hola</p>
</div>
</body>
</html> 
Saludosss.