Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/04/2007, 11:46
mancemo
 
Fecha de Ingreso: marzo-2006
Mensajes: 194
Antigüedad: 18 años, 1 mes
Puntos: 1
texto de archivo en outlook

hola a todos

tengo el sigiuiente codigo

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.principal {
	position: absolute;
	width: 770px;
	height: 1067px;
	left: 100px;
}
.cabecera {
	position: absolute;
	width: 770px;
	height: 160px;
	background-image: url(http://www.mercadeomovil.com/demo/mario/publicidad/membrete-MOTOEXPERIENCE-FLA.jpg);
}
.uno {
	position: absolute;
	width: 546px;
	height: 651px;
	top: 160px;
	background-image: url(http://www.mercadeomovil.com/demo/mario/publicidad/membrete-MOTOEXPERIENCE-FLA.gif);
}
.dos {
	position: absolute;
	width: 224px;
	height: 449px;
	left: 546px;
	background-image: url(http://www.mercadeomovil.com/demo/mario/publicidad/membrete-MOTOEXPERIENCE--03.gif);
}
.tres {
	position: absolute;
	width: 224px;
	height: 378px;
	top: 449px;
	background-image: url(http://www.mercadeomovil.com/demo/mario/publicidad/membrete-MOTOEXPERIENCE--04.gif);
}
.cuatro {
	position: absolute;
	width: 546px;
	height: 176px;
	background-image: url(http://www.mercadeomovil.com/demo/mario/publicidad/membrete-MOTOEXPERIENCE--05.gif);
	left: -546px;
	top: 202px;
}
.pie {
	position: absolute;
	width: 770px;
	height: 80px;
	background-image: url(http://www.mercadeomovil.com/demo/mario/publicidad/membrete-MOTOEXPERIENCE--06.gif);
	top: 176px;
}

-->
</style>
</head>

<body>

<div class="principal">
	<div class="cabecera">
	  <div class="uno">
		<div class="dos">
		  <div class="tres">
			<div class="cuatro">
						<div class="pie">
		
						</div>			
					    <p>&nbsp;</p>
					    <table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr>
                            <th height="119" align="left" valign="top" scope="col">&nbsp;</th>
                          </tr>
                        </table>
					</div>			
				    <p>&nbsp;</p>
				    <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr>
                        <th height="315" align="left" valign="top" scope="col">&nbsp;</th>
                      </tr>
                    </table>
				</div>		
			    <p>&nbsp;</p>
			    <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <th height="385" align="left" valign="top" scope="col">&nbsp;</th>
                  </tr>
                </table>
			</div>
		    <p>&nbsp;</p>
		    <table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <th height="579" align="left" valign="top" scope="col">&nbsp;</th>
              </tr>
            </table>
		</div>
	</div>
</div>
</body>
</html> 
al ver la pagina en el browswe me funciona perfecto, pero lo que necesito es insertarlo como texto de fonfo en un mensaje de outlook expres, pero al hacerlo no me funciona y no se por que, si alguien me puede ayudar


gracias