[HTML] Table et Background image qui s'affiche pas

Table et Background image qui s'affiche pas [HTML] - HTML/CSS - Programmation

Marsh Posté le 09-10-2003 à 20:09:12    

Code :
  1. <html>
  2. <body>
  3. <table border="0" cellpadding="0" cellspacing="0">
  4. <tr>
  5.  <td background="gauche_200_233.png" width="200" height="233">
  6.  </td>
  7.  <td width="292" height="233">
  8.   <table border="0" width="100%" height="100%">
  9.    <tr background="centre_haut_65.png" width="100%" height="65">
  10.    </tr>
  11.    <tr background="centre_centre.png" width="100%" height="106">
  12.    </tr>
  13.    <tr background="centre_bas_62.png" width="100%" height="62">
  14.    </tr>
  15.   </table>
  16.  </td>
  17.  <td background="droite_208_233.png" width="208" height="233">
  18.  </td>
  19. </tr>
  20. </table>
  21. </body>
  22. </html>


 
Pourquoi les background "centre*.png" ne s'affiche pas ? :cry:  :cry:  :??:  
 
je veux faire une table comme ca:
 


+---+---+---+
|   |   |   |
|   +---+   |
|   |   |   |
|   +---+   |
|   |   |   |
+---+---+---+


 
Merci à ceux qui me répondront. :hello:


Message édité par ToxicAvenger le 09-10-2003 à 20:10:42
Reply

Marsh Posté le 09-10-2003 à 20:09:12   

Reply

Marsh Posté le 09-10-2003 à 20:11:42    

Je croyais qu'on pouvait pas mettre un background à un tr ? :??:


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 09-10-2003 à 20:12:38    

antp a écrit :

Je croyais qu'on pouvait pas mettre un background à un tr ? :??:


 
ah bah c ptet pour ca  :whistle:
 
Edit: c'est bon antp, merci  :hello:  
 

Code :
  1. <table border="0" cellpadding="0" cellspacing="0">
  2. <tr>
  3.  <td background="gauche_200_233.png" width="200" height="233">
  4.  </td>
  5.  <td width="292" height="233">
  6.   <table border="0" width="100%" height="100%">
  7.    <tr>
  8.    <td background="centre_haut_65.png" width="100%" height="65">
  9.    </td>
  10.    </tr>
  11.    <tr>
  12.    <td background="centre_centre.png" width="100%" height="106">
  13.    </td>
  14.    </tr>
  15.    <tr>
  16.    <td background="centre_bas_62.png" width="100%" height="62">
  17.    </td>
  18.    </tr>
  19.   </table>
  20.  </td>
  21.  <td background="droite_208_233.png" width="208" height="233">
  22.  </td>
  23. </tr>
  24. </table>


Message édité par ToxicAvenger le 09-10-2003 à 20:14:19
Reply

Sujets relatifs:

Leave a Replay

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