bonjour à tous
je suis nouveau sur le forum et semi-débutant en hmtl
mon problème : j'ai un tableau à 2 lignes, 1 image /ligne
ces 2(moitié/moitié) images doivent n'en former q'une seule.
Dans l'aperçu ça marche, mais sous firefox mes 2 images sont séparées
voici le code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
 
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td width="958" height="106"><p><img src="../A.gif" width="183" height="148"
             border="0" valign="top" nowrap></td>
    </tr>
    <tr>
        <td width="958"><p><img src="../B.gif" width="183" height="130" border="0"
             valign="top" nowrap></td>
    </tr>
</table>
</body>
pouvez-vous m'aider? merci d'avance