Bonjour,
je viens de créer une galerie photo avec Jalbum
http://gargouse.chez.tiscali.fr/album/index.html
Je n'y connais RIEN en HTML. Et comme un con, j'ai voulu rajouter un script compteur n'importe comment dans la page.
Sur le coup ça a marché, mais j'ai voulu le descendre,et maintenant ça bug grave.
1/le compteur n'apparait plus (pas trop grave)
2/la rubrique "toulouse" soit a disparu, soit se trouve écrite "toulous" (il manque le "e" )
ça c'est plus chiant.
pouvez vous m'aider?
cdt,
voici ma page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>album</title>
<link href="res/styles.css" rel="stylesheet">
</head>
<body id="index">
<p> </p>
<center> <!-- Link to parent index, if any --> <!-- Create navigation buttons if more than one index page -->
<h1>Galerie photo de Nathanaël RIOU</h1>
<br>
</center>
<p> </p>
<center><br>
</center>
<div align="justify">
<blockquote>
<div align="center">Bienvenue dans ma galerie. Je vous invite à découvrir
ces quelques thèmes. <br>
Pour ne pas perdre en rapidité de chargement et d'affichage,
les images sont principalement redimensionnées en 800 pixels de
large (600 de haut pour les photos en mode mode "portrait" ). Néanmoins,
en "Macro", ces photos étant -entre autres- affaire de détails,
vous pouvez cliquer sur les images en 800 pixels, pour accédez
à une version en 2000 pixels de large (plus grand encore aurait
été ...plus lourd...trop lourd !).<br>
<br>
<br>
Je suis entièrement à l'écoute de vos sentiments,
impressions, conseils à <a href="mailto:n.riou@tiscali.fr">n.riou@tiscali.fr</a><br>
<br>
</div>
</blockquote>
<center></center>
</div>
<p> </p>
<center><br>
</center>
<center>
<p> </p>
<center> <!-- Iterate through images and produce an index table -->
<table cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Faune/index.html"> <img src="res/IMG_1055.JPG"
width="200" height="133" border="0" alt="Faune">
<br>
<small>Faune</small> </a> </td>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Flore/index.html"> <img src="res/IMG_3452.JPG"
width="200" height="133" border="0" alt="Flore">
<br>
<small>Flore</small> </a> </td>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Macrophotographie/index.html"> <img
src="res/IMG_6964_DxO.jpg" width="200" height="133" border="0"
alt="Macrophotographie">
<br>
<small>Macrophotographie</small> </a> </td>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Paysages%20%28dont%20infrarouge%29/index.html"> <img
src="res/IMG_3515.JPG" width="200" height="133" border="0"
alt="Paysages (dont infrarouges)">
<br>
<small>Paysages (dont infrarouge)</small> </a> </td>
</tr>
<tr>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Spectacle/index.html"> <img
src="res/IMG_9501%20optimis%E9e_DxO.jpg" width="200" height="133"
border="0" alt="Spectacle">
<br>
<small>Spectacle</small> </a> </td>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Sport/index.html"> <img src="res/IMG_0187_DxO.jpg"
width="200" height="133" border="0" alt="Sport">
<br>
<small>Sport</small> </a> </td>
<td width="300"> <!-- No frames around icons like folders and movie files -->
<a href="Toulouse/index.html"> <img src="res/IMG_4970.JPG"
width="200" height="133" border="0" alt="Toulouse">
<br>
<small>Toulouse</small> </a> </td>
</tr>
</tbody>
</table>
<p> </p>
</center>
<p> <a title="Album generated by JAlbum 5.2" href="http://jalbum.net"
target="_blank"><small>JAlbum 5.2</small></a> </p>
</center>
<br>
<br>
<br>
<script src="http://www.ovnet.net/compteur.php?126044"></script>
</body>
</html>