Bonsoir.
Voilà, j'ai créé un petit truc pour la saint valentin, et j'aimerais que l'accès se fasse par mail.
Donc je dois coder le tout sans CSS, avec les balises intégrées et en tableaux. C'est moche mais pas le choix.
Quoiqu'il arrive, alors que le code me semble correct, j'ai des soucis d'espacement !
Voilà mon code :
Donc déjà sous FF, ça foire. Y'a les espacements !
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 <!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" > <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body style="background:#fcd6e4"> <table style="width:400px;height:400px;font-family:Verdana;border-collapse:collapse;font-size:11px;border:0" cellpadding="0" cellspacing="0"> <tr><td colspan="3"><img src="./top.png" /></td></tr> <tr> <td style="width:64px;height:45px"><img src="./left.png" /></td> <td style="width:269px;background:#fbebf1;text-align:center;height:45px"></td> <td style="width:67px;height:45px"><img src="./right.png" /></td> </tr> <tr><td colspan="3"><img src="./bottom.png" /></td></tr> </table> </body> </html>
Quand j'l'envois d'hotmail vers hotmail, ça se voit. Ca passe bien uniquement sous windows live mail.
Si vous avez une idée du problème.
Merci !
Partager