Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/11/2011, 10:59
Avatar de MarioMX
MarioMX
 
Fecha de Ingreso: agosto-2011
Ubicación: Distrito Federal
Mensajes: 7
Antigüedad: 12 años, 8 meses
Puntos: 1
Respuesta: como puedo colocar 2 imagenes a la misma altura?

saludos Metlich,

anexo el siguiente código, espero te funcione.

Código:
<html>
<head>
<title>Enca</title>
<style>
center {width:830px; margin:0 auto;}
center img {width:800px;float:left; text-align:center;}
.fb {width:auto; float:left;}
</style>
</head>
<font face="Arial" size="2"><b>
<body bgcolor="black">
<center> 
<img src="fondo1.jpg" height="160" width="800" />
<img class="fb" src="fb.jpg" height="30" width="30" />
</center>
</body>
</html>