Ver Mensaje Individual
  #11 (permalink)  
Antiguo 10/12/2009, 17:50
Avatar de romel_inc
romel_inc
 
Fecha de Ingreso: diciembre-2007
Ubicación: Venezuela-monagas
Mensajes: 288
Antigüedad: 16 años, 4 meses
Puntos: 14
Respuesta: Problema de centrado ( y busque mucho en google)

como dice los demás amigos. si te lees un manual te va ir mejor. saludos.

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Centrar hola enfermera</title>
<style type="text/css">
body{ background: #333333; margin:0px;}
.centrado{ width:1000px; background:#CCCCCC; margin:0px auto;}

</style>
</head>

<body>
      <div class="centrado">
      
      <img src="http://i186.photobucket.com/albums/x123/johnyc2/HolaE.jpg" />
      <img  src="http://www.briefblog.com.mx/files/enfermera.jpg" />
      
      </div>
</body>
</html>
__________________
Lo que se usar (JAVA, Spring MVC, IntelliJ IDEA , GAE, CakePHP, Bootstrap, Underscorejs, jQuery, HTML5, CSS3, JSON, Ajax, Prototype), Aprendiendo a usar Angularjs y Git.

Última edición por romel_inc; 10/12/2009 a las 18:05