|    
			
				05/06/2006, 16:59
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: septiembre-2004 
						Mensajes: 179
					 Antigüedad: 21 años, 1 mes Puntos: 0 |  | 
  |  por ejemplo:
 
 <!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" />
 </head>
 
 <body>
 <p>
 <span>
 <p> <strong><?=$Establecimiento?> </strong></p>
 <? echo $Contenido;?>
 <span #inner { float: right; width: 140px; }><img src="images/foto.jpg" width="140" height="116" hspace="10" align="left" /></span>
 </span>
 </p>
 
 
 </body>
 </html>
 he tratado de colocar una imagen en el lado derecho para que el texto que aparece se corra a la izquierda respetando la imagen
     |