Probleme d'espace entre mes <img> html .

Résolu/Fermé
Zen8 Messages postés 11 Date d'inscription jeudi 30 juin 2011 Statut Membre Dernière intervention 23 février 2012 - 28 janv. 2012 à 20:37
graffx Messages postés 6506 Date d'inscription jeudi 22 mars 2007 Statut Contributeur Dernière intervention 24 mars 2019 - 28 janv. 2012 à 23:52
Bonjour,

Ma découpe est pixel perfect mais il y a toujours un pixel ou deux d'espace entre mais elements sur ma page d'index .. je ne comprend pas, j'ai mis des &nbrs sa ne marche pas .
voila mon doctype
si quelqun peut m'aider sa serai super cool .

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>index</title>
</head>
<script src="script.js" type="text/javascript" charset="iso-8859-1"></script>

<body leftmargin="0" topmargin="0" marginwidth="0" link="#ff0000" alink="#000000" vlink="#ffffff"
background="images/bkg.jpg" bgproperties="fixed" style="background-repeat:repeat;">

<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td colspan="7" cellspacing="0" cellpadding="0" border="0" align="center" width="898" height="223">
<a href="index.html"><img img src="images/menu1.png" alt="retour page d'acceuil"<a/>
<a href="index.html"><img img src="images/menu2.png" <a/>
<a href="index.html"><img img src="images/menu3.png" <a/>
<a href="index.html"><img img src="images/menu4.png" <a/>
<a href="index.html"><img img src="images/menu5.png" <a/>
<a href="index.html"><img img src="images/menu6.png" <a/>
<a href="index.html"><img img src="images/menu7.png" <a/>
<td/>
</table>



A voir également:

3 réponses

Zen8 Messages postés 11 Date d'inscription jeudi 30 juin 2011 Statut Membre Dernière intervention 23 février 2012
28 janv. 2012 à 21:07
quelqun a une idée ? merci
0
Zen8 Messages postés 11 Date d'inscription jeudi 30 juin 2011 Statut Membre Dernière intervention 23 février 2012
28 janv. 2012 à 21:23
MERCI !!!!
0
graffx Messages postés 6506 Date d'inscription jeudi 22 mars 2007 Statut Contributeur Dernière intervention 24 mars 2019 1 975
28 janv. 2012 à 23:52
Nan mais attend on est pas de robots, ca sert a rien de poster toutes les 5mn.

Tu vois vraiment pas tes espaces ou ils sont?

<a href="index.html"><img img src="images/menu2.png" <a/>

Toujours pas?


=> menu2.png" <a/>


Si la tu le vois pas, je ne peux plsu rien pour toi.

Bon allez, enleve tous les espace juste apres le lien de tes images avant </a>

menu2.png" <a/>

en

menu2.png"<a/>

Fais de meme pour les autres
0