Bonjour,
j'ai un problème de mise en page, j'ai mis 3 images a la suite dans une cellule, mais le problème c'est que ca me fait des blanc entre chaque image je comprend pas pourquoi..![]()
Voici mon code:
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 <table style="text-align: left; width: 794px;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="background-color: rgb(0, 0, 0); height: 2px;"></td> </tr> <tr > <td style="text-align: right; vertical-align: top; width: 795px; height:62 px;"> <img style="width: 734px; height: 36px;" alt="" src="Images\header_background.jpeg"> <img style="width: 734px; height: 2px;" alt="" src="Images\barrerouge.jpeg"> <img style="width: 734px; height: 25px;" alt="" src="Images\header_com_deco03t02.jpeg"> </td> </tr> ....................
Partager