Problème de fond de cellule dans une newsletter

Problème de fond de cellule dans une newsletter - HTML/CSS - Programmation

Marsh Posté le 28-11-2006 à 01:14:59    

Bonjour
 
Je rédige actuellement une newsletter faite de tableaux.
 
Dans une cellule, j'aimerais mettre un fond en image avec du texte dans la cellule.
 
Lorsque je programme le tout en HTML, aucun soucis, ça s'affiche, mais dès que ça part dans le mail, les images de fond disparaissent.
 
Comprenez vous pourquoi ??
savez vous comment régler cela ??
 
Merci de vos lumières.
 
Cordialement
Kamui

Reply

Marsh Posté le 28-11-2006 à 01:14:59   

Reply

Marsh Posté le 28-11-2006 à 08:09:47    

Le mieux est que l'image de fond soit stockée sur un site, et que l'image fait référence à ce site

Reply

Marsh Posté le 28-11-2006 à 12:17:23    

voici mon code :  

<td style=\"margin-right: 8px; display:block; width: 134px; height:69px; float: left; text-align: left; cursor: pointer;\" style=\"background:url('http://www.monsite.com/img/vignettes/" . $nfo[3] . "');\">
<a href=\"" . $http . $nfo[2] . "\"  target=\"_blank\" style=\"font-size: 10px; font-weight:bold; color:#fff; display: block; padding-top: 40px;  padding-left: 10px; text-decoration: none;\">" . kamui_html($nfo[0]) . "</a>\
<a href=\"" . $http . $nfo[2] . "\"  target=\"_blank\" style=\"font-size: 9px; color:#fff; display: block; padding-left: 10px; text-decoration: none;\">" . kamui_html($nfo[1]) . "</a>
</td>


Message édité par xkamui le 28-11-2006 à 12:17:49
Reply

Marsh Posté le 28-11-2006 à 12:25:44    

Oula... Et si tu mettais déjà tes chaînes entre quote normalle, ça éviterait tous ces antislashs :

echo '<pouet truc="machin">';


Ca sera plus lisible

Reply

Marsh Posté le 28-11-2006 à 12:34:28    

Code :
  1. <td style="margin-right: 8px; display:block; width: 134px; height:69px; float: left; text-align: left; cursor: pointer;" style="background:url('http://www.monsite.com/img/vignettes/mavignette.jpg');">
  2. <a href="mon_lien"  target="_blank" style="font-size: 10px; font-weight:bold; color:#fff; display: block; padding-top: 40px;  padding-left: 10px; text-decoration: none;">titre</a>
  3. <a href="mon_lien"  target="_blank" style="font-size: 9px; color:#fff; display: block; padding-left: 10px; text-decoration: none;">sous titre</a>
  4. </td>

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed