Bonjour,

Voici mon code, je vous ais mis en bleu ce qui veut bien s'afficher dans le cadre et en orange ce qui ne s'affiche pas à l'intérieur du cadre et que je voudrai bien qu'elle s'affiche à l'intérieur de ce cadre.
Comment faire ? Que mettre ? (je vous ai mis une image plus bas pour que vous puissiez voir)

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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!--DWLayoutTable-->
              <tr>
                <td width="575" height="15" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <!--DWLayoutTable-->
                    <tr>
                      <td width="575" height="15" background="grand_1.png"></td>
                    </tr>
                </table></td>
              </tr>
              <tr>
                <td height="460" valign="top">
                <table width="575" border="0" cellpadding="0" cellspacing="0" background="grand_2.png" height="1138" style="border-collapse: collapse" bordercolor="#111111">
                    <!--DWLayoutTable-->
                    <tr>
                      <td width="13" height="1006"></td>
                      <td colspan="2" valign="top" class="text_1" width="562" height="1006">mmmmmmmmm<p>
                      <font face="Tribal Two" size="5">
                      <font color="#000000">mmm
		      <?php
if($MinQuete =='40')
{
?>
<table border="0" width="14" height="14">
 <tr>
  <td><form action ='index.php' method='POST'><input type='hidden' name='tquete4' value='tquete4'><input type='image' src='images/quete.gif'></form></td>
 </tr>
</div></table>
<?php
}
?></FONT><p>
                   
 			<tr>
                      <td height="196" width="13">&nbsp;</td>
                      <td width="391" rowspan="2" valign="top" height="132">
                      &nbsp;</td>
                    <td width="171" height="196">&nbsp;&nbsp;
                    <img border="0" src="homme.png" width="147" height="177"</form></td>
                    </tr>
                    <tr>
                      <td height="1" width="13">&nbsp;</td>
                      <td valign="top" width="171" height="1">&nbsp;</form></td>
                    </tr>
                </table></td></center>
              </tr>
              <tr>
                <td height="15" valign="top">
                <table width="100%" border="0" cellpadding="0" cellspacing="0" height="27">
                    <!--DWLayoutTable-->


Donc voici le cadre au centre de mon design, la form action s'affiche en bas hors du cadre et je voudrai qu'elle s'affiche là ou il y a tous les mmm

Comment faire ?