Dans le html:
<div id="pied"><a class="type1" href="../contact.html">contact</a> - <a class="type1" href="../liens.html">liens</a> - <a class="type1" href="../mentions.html">mentions légales</a> - <a class="type1" href="../plan.html">plan du site</a> - <a class="type1" href="../revue.html">revue de presse </a> - <a class="type1" href="../reportage.html">reportage</a><div align="right" style="display:inline; padding:5px; margin:0 px;"><a href="../reportage.html"><img src="../images/tf1.jpg" height="10" border="0" "></a></div> </div>
dans le css:
#pied
{
clear: left;
height: 1em;
line-height: 1em;
background-color: #2A0899;
text-align: center;
color: #FFFFFF;
}
A.type1:link {
text-decoration: none;
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
A.type1:visited {
text-decoration: none;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
A.type1:hover {
text-decoration: underline;
color: #F6D01F;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}
en ayant rajouter la ligne de code suivante:
<div align="right" style="display:inline; padding:5px; margin:0 px;"><a href="../reportage.html"><img src="../images/tf1.jpg" height="10" border="0" "></a></div>
j'ai réussi à espacer mon image entre reportage et l'image ,l'image est bien centré au milieu verticalement mais je trouve que la taille de l'image est trop petite mais je ne veux pas agrandir mon pied de page car il tient juste à la hauteur de IE6 mais comme ça n'est pas en pixel,je ne peux pas savoir combien mon pied de page fait en hauteur!et maintenant j'ai IE7...