Ver Mensaje Individual
  #7 (permalink)  
Antiguo 15/12/2008, 16:01
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 5 meses
Puntos: 40
Respuesta: Espacio sin sentido bajo imagen

y si lo haces de esta manera:

Código HTML:
<!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=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
#cabecera{ width:950px; height:auto; display:table; background-color:#999999; margin:0 auto;}
#menu{ float:right; margin:3% 7% 0 0}
#contenedor{ width:950px; height:auto; margin:0 auto;background-color:#CCC}
</style>
</head>

<body>
<div id="cabecera">
	<img src="topleft.gif" width="350" height="74" border="0" alt="" style="float:left">
	<div id="menu">| home | about us | therapists | treatments | water shiatsu | shop | contact |</div>
</div>
<div id="contenedor">
<img src="spa1.jpg" width="950" height="227" border="0" alt="">
</div>
</body>
</html> 
__________________
WFC
codigo82