Espace apres une image

Espace apres une image - HTML/CSS - Programmation

Marsh Posté le 05-11-2006 à 19:50:17    

Bonjour à tous,
 
voila, je rencontre un petit probleme en html/css,  
Firefox me rajoute un espace sous l'image dans le tableau...
Si je vire le doctype, hop l'espace disparait.
 
Vous z'auriez une idée ?
 
Merci d'avance
 

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
  4. <head>
  5. </head>
  6. <body>
  7. <table cellspacing="0" cellpadding="0" border="1">
  8.  <tr>
  9.   <td><img src="../static/images/partie5.jpg" alt="alt" /></td>
  10.   <td>ici</td>
  11.  </tr>
  12. </table>
  13. </body>
  14. </html>


---------------
http://poemes.iceteapeche.com - http://www.simuland.net
Reply

Marsh Posté le 05-11-2006 à 19:50:17   

Reply

Marsh Posté le 05-11-2006 à 20:11:40    

vertical-align

Reply

Marsh Posté le 05-11-2006 à 20:30:34    

Reply

Marsh Posté le 06-11-2006 à 11:36:14    

C'est quoi l'tableau là [:johneh]

Reply

Sujets relatifs:

Leave a Replay

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