Des pages de mon site perso hébergé chez Tiscali refusent d'afficher les images chez certains visiteurs. J'ai moi-même 2 PC avec Windows XP et IE 6.0 et l'un des deux connaît le problème tandis que l'autre affiche correctement toutes les images. Je précise que toutes les images sont bien présentes sur le serveur et qu'il ne s'agit pas d'un simple problème de chemin relatif (j'ai essayé sur un PC du boulot et ça fonctionnait bien)
En examinant online la source de ma page sur mon PC qui pose problème, je me suis aperçu que le code original était tout simplement altéré, toute référence aux images ayant disparu.
Voici un morceau de code original, tel qu'il est dans le fichier html sur le serveur et tel qu'il apparait online sur le PC ou l'affichage est correct :
<table width="690" height="300" border="1" align="center" cellspacing="1" bordercolor="#990000">
<tr>
<td width="682" height="3096" colspan="3"><table width="680" border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="331" height="234"><div align="center"><img src="maj-nov/cestquoi-alaincolas.gif" alt="shitsketch" width="250" height="250"><br>
</div>
</td>
<td width="319" height="234"><div align="center"><img src="maj-nov/cestquoi-atlantide.gif" alt="shitsketch" width="250" height="250"><br>
</div>
</td>
</tr>
Voici maintenant le même fragment, tel qu'il apparaît dans le code source online sur le PC (lui aussi sous IE 6)où l'affichage n'a pas lieu :
<table width="690" height="3100" border="1" align="center" cellspacing="1" bordercolor="#990000">
<tr>
<td width="682" height="3096" colspan="3"><table width="680" border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="331" height="234"><div align="center"><br>
</div>
</td>
<td width="319" height="234"><div align="center"><br>
</div>
</td>
</tr>
<tr>
Est ce que le problème vient d'une configuration du navigateur (mes 2 navigateurs ont pourtant l'air configurés de la même façon)?! Ca fait des jours que je cherche une explication, c'est à s'arracher les cheveux!