Tom's Guide > Forum > Programmation > Tableau Bordure Non désiré [HTML]

Tableau Bordure Non désiré [HTML]

Forum Programmation : Tableau Bordure Non désiré [HTML]

TomsGuide.com : 800 000 inscrits répondent à toutes vos questions high-tech et informatique. Pour obtenir de l'aide, inscrivez-vous gratuitement !
Mot :    Pseudo :           
 

Bonjour, je viens poster sur ce forum car j'ai souvent trouvé des réponses a mes diverse problèmes, mais la comme ce n'est pas le cas je me permet de vous exposer mon problème.

Donc je suis en train de réaliser un petit site internet avec des graphisme de ma conception, et pour les mettres en place j'utilise la fonction "tableau" de Dreamweaver, certe ce n'est pas la meilleur solution, mais le Css n'est vraiment pas pour moi :s

Voici l'image de dreamweaver : http://img406.imageshack.us/img406/3303/image1zn4.th.png

Voici ce que ca donne sur le Navigateur : http://img267.imageshack.us/img267/796/image2oy8.th.png

Le résultat que je voudrai avoir, c'est que les trois images se touchent sans qu'il y es d'espace ?

Merci pour vos futur réponse.
Cordialement Arturash

Ps: n'hésitez pas a me demander plus d'info si vous en avez besoin pour pouvoir m'aidez.

Liens sponsorisés
Inscrivez-vous ou connectez-vous pour masquer ceci.

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Untitled Document</title>
  6. <link href="Untitled-2.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <table>
  10. <tr>
  11.     <td>&nbsp;</td>
  12. </tr>
  13. <tr>
  14.     <td>&nbsp;</td>
  15. </tr>
  16. <tr>
  17.     <td>&nbsp;</td>
  18. </tr>
  19. </table>
  20. </body>
  21. </html>



Code :
  1. /* CSS Document */
  2. table{
  3.     width:250px;
  4.     border-collapse:collapse;
  5.     border:1px solid #000000;
  6. }
  7. tr{
  8.     border:1px solid #FF0000;
  9. }
  10. td{
  11.     border:1px solid #FF0044;
  12. }




Voila ;)

------------------------------
La théorie, c'est quand on sait tout et que rien ne fonctionne. La pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
Ici, nous avons réuni théorie et pratique : Rien ne fonctionne et personne ne sais pourquoi...
Répondre à RiiMii

Hum, c'est gentil mais j'ai encore des ecart :s

Enfaite je voudrai que les image se touchent sans aucun ecart.

voici le code du tablea j'ai surement fait une erreur :
"<table width="59%" height="63%" border="0" align="center" cellspacing="0">
<tr align="center">
<td width="4%" height="365" valign="bottom" nowrap="nowrap" scope="col"><img src="img/hautgauche.jpg" width="38" height="37" /></td>
<td width="85%" valign="bottom" nowrap="nowrap" scope="col"><img src="img/header2.jpg" width="882" height="260" /></td>
<td width="11%" valign="bottom" nowrap="nowrap" scope="col"><img src="img/hautdroite.jpg" width="43" height="38" /></td>
</tr>
<tr valign="top">
<td height="47" align="right" nowrap="nowrap"><img src="img/gauche.jpg" width="38" height="45" /></td>
<td align="center" nowrap="nowrap">TEST</td>
<td align="left" nowrap="nowrap"><img src="img/droite.jpg" width="43" height="45" /></td>
</tr>
<tr>
<td height="40" align="right" valign="bottom" nowrap="nowrap"><img src="img/basgauche.jpg" width="38" height="37" /></td>
<td align="center" valign="baseline" nowrap="nowrap">&nbsp;</td>
<td align="left" valign="bottom" nowrap="nowrap"><img src="img/basdroite.jpg" width="43" height="38" /></td>
</tr>
</table>"

Message cité 1 fois
Message édité par Arturash le 09-03-2007 à 16:35:19
Répondre à Arturash

Arturash a écrit :

Hum, c'est gentil mais j'ai encore des ecart :s

Enfaite je voudrai que les image se touchent sans aucun ecart.

voici le code du tablea j'ai surement fait une erreur :
"

Code :
  1. <table width="59%" height="63%" border="0" align="center" cellspacing="0">
  2.   <tr align="center">
  3.     <td width="4%" height="365" valign="bottom" nowrap="nowrap" scope="col"><img src="img/hautgauche.jpg" width="38" height="37" /></td>
  4.     <td width="85%" valign="bottom" nowrap="nowrap" scope="col"><img src="img/header2.jpg" width="882" height="260" /></td>
  5.     <td width="11%" valign="bottom" nowrap="nowrap" scope="col"><img src="img/hautdroite.jpg" width="43" height="38" /></td>
  6.   </tr>
  7.   <tr valign="top">
  8.     <td height="47" align="right" nowrap="nowrap"><img src="img/gauche.jpg" width="38" height="45" /></td>
  9.     <td align="center" nowrap="nowrap">TEST</td>
  10.     <td align="left" nowrap="nowrap"><img src="img/droite.jpg" width="43" height="45" /></td>
  11.   </tr>
  12.   <tr>
  13.     <td height="40" align="right" valign="bottom" nowrap="nowrap"><img src="img/basgauche.jpg" width="38" height="37" /></td>
  14.     <td align="center" valign="baseline" nowrap="nowrap">&nbsp;</td>
  15.     <td align="left" valign="bottom" nowrap="nowrap"><img src="img/basdroite.jpg" width="43" height="38" /></td>
  16.   </tr>
  17. </table>"



Répondre à Arturash

Avec l'exemple que je t'ai passé il n'y a pas d'écart ...

Répondre à RiiMii

Pourtant j'ai fais exactement ce que tu as écrit et il reste un mini ecart :s

Répondre à Arturash
Tom's Guide > Forum > Programmation > Tableau Bordure Non désiré [HTML]
Aller à :

Il y a 2322 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici.

Attention

Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois.
Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.

Répondre Annuler
Liens