Bonjour,
Je suis entrains de concevoir un site avec wordpress. J'ai un problème au niveau de la mise en forme et page d'un tableau notamment la diminution de la taille entre les cellules horizontales et verticales. Lorsque j'ai utilisé le code css ci-dessous, c'est seulement l'espacement entre les cellules verticales qui a diminué (c'est ce que je voulais):
Je vous envoie aussi les balise tables que j'ai utilisées dans la conception du Tableau ci-dessous:
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
25
26
27
28
29
30
31
32
33
34
35 table { width: 100%; margin-bottom: 20px; border: 0px solid #ffffff; border-collapse: separate; border-spacing: 2px 5px; /* Nombre de pixels d'espace horizontal (5px), vertical (5px) */ } th { background-color: #f5f5f5; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { padding: 5px; margin: 0px; line-height: 1.42857143; vertical-align: top; } table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td { border: 0px solid #ffffff; }
Par ailleurs les images ne sont pas bien disposées. Certaines images dépassent d'autres un tout petit peu.
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 <table> <colgroup> <col style="background-color: #ffffff;" span="1" width="705" /> <col style="background-color: #ffffff;" span="1" width="160" /> <col style="background-color: #ffffff;" span="1" width="205" /> <col style="background-color: #ffffff;" span="1" width="209" /></colgroup> <tbody> <tr> <td rowspan="2" width="630" height="410"><img class="aligncenter size-full wp-image-2121" src="http://veafrique.istakara.org/wp-content/uploads/2017/06/VEA-diapo.gif" alt="" width="630" height="410" /></td> <td colspan="2" width="400" height="205"><img class="aligncenter size-full wp-image-2127" src="http://veafrique.istakara.org/wp-content/uploads/2017/07/parrainage.jpg" alt="" width="400" height="205" /></td> <td width="205" height="205"><img class="aligncenter size-full wp-image-2128" src="http://veafrique.istakara.org/wp-content/uploads/2017/07/classe-pour-tabl_205x205.jpg" alt="" width="205" height="205" /></td> </tr> <tr> <td width="205" height="205"><img class="aligncenter size-full wp-image-2129" src="http://veafrique.istakara.org/wp-content/uploads/2017/07/parrainage-bénévola_205x205.jpg" alt="" width="205" height="205" /></td> <td width="205" height="205"><img class="aligncenter size-full wp-image-2130" src="http://veafrique.istakara.org/wp-content/uploads/2017/07/projet-CMS_205x205.jpg" alt="" width="205" height="205" /></td> <td width="205" height="205"><img class="aligncenter size-full wp-image-2131" src="http://veafrique.istakara.org/wp-content/uploads/2017/07/projet-don_205x205.jpg" alt="" width="205" height="205" /></td> </tr> </tbody> </table>
Je vous prierais de m'aider à résoudre ces deux problèmes:
1- l'espacement entre les cellules
2- la mise en forme et page des images.
Merci de me résoudre les deux problèmes.
KOLANI Tignoati
Partager