Bonjour,

voila, j'ai un site en HTML est sur la droite du site j'ai un tableau ou je voudrais mettre un sondage.Le problème s'est que je n'y arrive pas.
Pouvez vous m'aidez ??

voici le code de mon tableau :

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
<!-- Debut CADRE PARTIE ANNEXE-->
		<table cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td background="images/rub1_33.gif" class="TITREBLANC" height="22">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PARTIE ANNEXE</td>
              </tr>
              <tr>
                <td background="images/rub1_39.gif">
			 	<table cellpadding="0" cellspacing="0" border="0" width="100%">
                    	<tr>
                      		<td><img src="images/pixtrans.gif" width="14" height="1"></td>
                      		<td width="100%"><font style="font_familiy:arial; font-size:10px;">mon texte</font></td>
                      		<td align="right"><img src="images/pixtrans.gif" width="25" height="8"></td>
                    	</tr>
                  </table>
			  </td>
              </tr>
              <tr>
                <td><img src="images/rub1_48.gif"></td>
              </tr>
            </table>
		  <!-- FIN CADRE PARTIE ANNEXE-->
pouvez vous m'expliquer comment mettre un sondage dans ce tableau ??

Merci beaucoup.

Ciao