Bonjour,

Je dois commencer a faire un emailing et j'ai un probleme : mon image de background se repete, j'ai essayé bgproperties="fixed" mais ca ne fonctionne pas
je ne sais pas comment faire sans utiliser CSS mais vu les problemes de compatibilité avec les differente boite mail je prefere eviter
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
</head>
<body background="image/Monmailbackground.png" bgproperties="fixed">
 
</body>
</html>