Bonjour,
une petite question concernant la hauteur des TR
Par défaut mes lignes sont très espacées les unes des autres: existe-t'il un moyen de gérer leur hauteur ?
Merci !
Al.
<page>
<table style="width:570px;border-collapse:collapse;"
align="center"
cellpadding="0"
cellspacing="0" >
<tr style="border-collapse:collapse;">
<td colspan="3" style="width:570px;height:78px;">
<img src="#{$url_img_1}#" alt="">
</td>
</tr>
<tr style="border-collapse:collapse;">
<td colspan="3" style="width:570px;height:222px;">
<img src="#{$url_img_2}#" alt="">
</td>
</tr>
<tr style="border-collapse:collapse;">
<td bgcolor="#006723" style="width:50px;"></td>
<td bgcolor="#FFFFFF" style="width:400px;">
<span class="paragraphe">
#{$content}#
</span>
</td>
<td bgcolor="#006723" style="width:50px;"></td>
</tr>
<tr>
<td align="center" bgcolor="#006723" colspan="3"></td>
</tr>
</table>
</page>
ben le problème c'est que là, je en vois pas le résultat.... donc je ne sais pas ce qui cloche
table { border: none; padding:0; margin:0;}
td { border: none; padding:0; margin:0;}
<table style="width:150mm;" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td colspan="3" style="width:100%;"><img src="./res/header.jpg" alt="" style="width: 150mm;"></td>
</tr>
<tr>
<td colspan="3" style="width:100%;"><img src="./res/visuel.jpg" alt="" style="width: 150mm;"></td>
</tr>