Problème HTML et images

first0603 Messages postés 63 Date d'inscription   Statut Membre Dernière intervention   -  
marc94 Messages postés 212 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,
J'ai un problème avec des "liens-images" qui entraînent des espaces entre les autre images.

Voici mon code (je suis débutant):

<img src="http://www.inov-graph.fr/img/St2/St2_01.gif" width="670" height="30" alt="">

<br>

<img src="http://www.inov-graph.fr/img/St2/St2_02.gif" width="35" height="28" alt="">

<a href="http://www.inov-graph.fr/index.php" target="http://www.inov-graph.fr/img/St2/St2_03.gif">
<img src="http://www.inov-graph.fr/img/St2/St2_03.gif" width="170" height="28" border="0" alt=""></a>

<img src="http://www.inov-graph.fr/img/St2/St2_04.gif" width="117" height="28" alt="">

<a href="http://www.inov-graph.fr/index.php" target="http://www.inov-graph.fr/img/St2/St2_05.gif">
<img src="http://www.inov-graph.fr/img/St2/St2_05.gif" width="113" height="28" border="0" alt=""></a>

<img src="http://www.inov-graph.fr/img/St2/St2_06.gif" width="128" height="28" alt="">

<a href="http://www.inov-graph.fr/index.php" target="http://www.inov-graph.fr/img/St2/St2_07.gif">
<img src="http://www.inov-graph.fr/img/St2/St2_07.gif" width="56" height="28" border="0" alt=""></a>

<img src="http://www.inov-graph.fr/img/St2/St2_08.gif" width="51" height="28" alt="">

<br>

<img src="http://www.inov-graph.fr/img/St2/St2_09.gif" width="60" height="28" alt="">

<a href="http://www.inov-graph.fr/index.php" target="http://www.inov-graph.fr/img/St2/St2_10.gif">
<img src="http://www.inov-graph.fr/img/St2/St2_10.gif" width="113" height="28" border="0" alt=""></a>

<img src="http://www.inov-graph.fr/img/St2/St2_11.gif" width="122" height="28" alt="">

<a href="http://www.inov-graph.fr/index.php" target="http://www.inov-graph.fr/img/St2/St2_12.gif">
<img src="http://www.inov-graph.fr/img/St2/St2_12.gif" width="170" height="28" border="0" alt=""></a>

<img src="http://www.inov-graph.fr/img/St2/St2_13.gif" width="84" height="28" alt="">

<a href="http://www.inov-graph.fr/index.php" target="http://www.inov-graph.fr/img/St2/St2_14.gif">
<img src="http://www.inov-graph.fr/img/St2/St2_14.gif" width="84" height="28" border="0" alt=""></a>

<img src="http://www.inov-graph.fr/img/St2/St2_15.gif" width="36" height="28" alt="">

<br>

<img src="http://www.inov-graph.fr/img/St2/St2_16.gif" width="670" height="34" alt="">
A voir également:

5 réponses

marc94 Messages postés 212 Date d'inscription   Statut Membre Dernière intervention   68
 
Pour faire un lien image, utilise juste :
<a href="https://www.google.fr/?gws_rd=ssl"><img src="http://www.innov-graph.fr/img/St2/St2_16.gif" width="670" height="34" alt=""></a>
0
first0603 Messages postés 63 Date d'inscription   Statut Membre Dernière intervention   5
 
Merci mais ca ne change pas grand chose à mon problème d'espace :/
0
marc94 Messages postés 212 Date d'inscription   Statut Membre Dernière intervention   68
 
Il faut rajouter du css alors
0
first0603 Messages postés 63 Date d'inscription   Statut Membre Dernière intervention   5
 
Euh c'est à dire???
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
marc94 Messages postés 212 Date d'inscription   Statut Membre Dernière intervention   68
 
Vas sur www.siteduzero.com, à gauche clique sur HTML et CSS et lis le début de la partie II
0