voila, jé crée un tableau avec 2 cellule et jé inserer 2 frame dans chaque une :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
<table border="0" width="389" height="194" align="center"> 
    <tr> 
        <td width="379" height="89"> 
      <IFRAME  name="A" border="0" align="center" bottom="0" width="100%" height="100%" scrolling="no" src="rien01.htm"> </IFRAME> 
      </td> 
    </tr> 
    <tr> 
        <td width="379" height="98"><IFRAME  name="B" border="0" align="center" bottom="0" width="100%" height="100%" scrolling="no" src="rien02.htm"> </IFRAME></td> 
    </tr> 
</table>
voila le code que jé inserer :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
<IFRAME  name="B" border="0" align="center" bottom="0" width="100%" height="100%" scrolling="no" src="rien02.htm"> </IFRAME></
voila ma question :
dans l'aperçue jé un contour bizard que je n'arrive pas à enlever, comment faire ?

merci par avance.