aunque he conseguide que el texto s¡no quede debajo de la imagen no he logrado hacer quese mueva de la parte superior el codigo es el sigiuente:
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>Untitled Document</title>
<link href="detalles.css" rel="stylesheet" type="text/css" />
<STYLE type="text/css">
table { float: right; width: 140px; top:10; }
IMG { float: left; top: 200; width: 130px; }
BODY, table{ margin: 1em }
BODY, P, IMG { margin: 1em }
</STYLE>
</head>
<body>
<strong><?=$Establecimiento?> </strong>
<table width="202" height="58" border="0" bgcolor="#FFFFFF">
<tr>
<td valign="top"><h4>Información de contacto </h4>
<p> <span class="txtpeq"><a href="#">www.aabestudiojuridico.com</a><br />
<a href="#">[email protected]</a> Direcciones y teléfonos<br />
<?=$Direccion?><br />
Pbx. <?=$Telefono?> <br />
Fax. 2480542</span></p></td>
</tr>
</table>
<P style="float:left; top:200;"><img src="images/foto.jpg" width="140" height="116" hspace="10" align="left" /><? echo $Contenido;?>
</body>
</html>
no se como hacer para que la primera imagen se dezplace unos 20px hacia abajo ademas que necsito meter otras imagenes y por cierto siempre quedan en la misma psocion alguien me pude decir por que???