[HTML] Problème tout bête à propos d'un tableau.

Problème tout bête à propos d'un tableau. [HTML] - HTML/CSS - Programmation

Marsh Posté le 21-11-2004 à 23:42:34    

Bonjour tout le monde  :hello:  
 
Voila j'ai un problème tout bête, voici mon code :
 

Code :
  1. <table border="1" style="border-collapse: collapse">
  2. <tr>
  3.  <td>
  4.   1a
  5.  </td>
  6.  <td>
  7.   1b
  8.  </td>
  9. </tr>
  10. <tr>
  11.  <td>
  12.   2a
  13.  </td>
  14.  <td>
  15.   2b
  16.  </td>
  17. </tr>
  18. </table>


 
Le problème ?
Les bordures internes au tableau n'apparaissent pas avec Opera  :heink:  
Ca marche très bien avec IE ou Firefox.
 
Je comprend pas ...

Reply

Marsh Posté le 21-11-2004 à 23:42:34   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed