Ver Mensaje Individual
  #9 (permalink)  
Antiguo 25/10/2009, 10:04
Avatar de kabugi
kabugi
 
Fecha de Ingreso: agosto-2006
Ubicación: Madrid - España
Mensajes: 65
Antigüedad: 17 años, 8 meses
Puntos: 0
Respuesta: phpmailer adjuntar fondo

Nada, he probado:
Código PHP:
$body "<html> 
<body style=\"background:url(http://url/de/tu/imagen.jpg)\">
<body> 
<table width='854' align='center'> 
  <tr> 
    <td height='464' valign='top'><p>&nbsp;</p> 
      <table> 
y también
Código PHP:
$body "<html> 
<body> 
<body style=\"background:url(http://url/de/tu/imagen.jpg)\">
<table width='854' align='center'> 
  <tr> 
    <td height='464' valign='top'><p>&nbsp;</p> 
      <table> 
y no me muestra ni la imagen ni el recuadro.
He probado con div, img src y tampoco.
¿Otra idea?
Gracias