Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/11/2007, 16:46
Avatar de juaniquillo
juaniquillo
Colaborador
 
Fecha de Ingreso: noviembre-2005
Ubicación: San Juan, Puerto Rico
Mensajes: 5.745
Antigüedad: 18 años, 5 meses
Puntos: 281
Re: problema borde

A mi me funciona perfectamente:

Código HTML:
<style type="text/css">
<!--
body{background-color:#CCCCCC;}
.image_div img { 
            margin: 0px;
               background: #FFF; 
                padding: 3px; 
                border: 1px solid #DDDDDD; }
-->
</style> 
Aquí cambie el color del background del body porque el borde es blanco.

Y el HTML:

Código HTML:
<div class="image_div"><img src="imagenes/Beer4.jpg" width="368" height="432" /></div>