bonjour
j'aimerai afficher un tableau2, qui est lui meme dans un tableau1, en bas du tableau1 mais rien n'y fait ça ne fonctionne pas
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
 
 
 <tr>
              <td style="padding-top:15px; padding-left:15px;" valign="bottom">
 
              <table border="0" cellspacing="0" cellpadding="0" bordercolor="#999999" >
              <tr>
                    <td class="TexteBleuLeft_Bold20" style="padding-top:10px; ">Donnez votre avis </td>
                  </tr>
                  <tr>
                    <td style="background:url(images/trait.gif)"><img src="images/trait.gif" width="200"/></td>
                  </tr>
                  <tr>
                    <td class="Texterouge_bold14" style="padding-top:15px; padding-left:5px;">TITRE</td>
                  </tr>
                  <tr>
                    <td class="TexteBleuLeft_Bold12" style="padding-left:5px;">TEXTE </td>
                  </tr>
              </table>

est ce que quelqu'unpourrait il m'aider?

merci