Je voudrais placer un compteur de visiteuren bas de ma première

papijean45 -  
juliendefully Messages postés 46 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

Je voudrais insérer un compteur de visiteurs (avec la possibilité d'un ré set) au bas de ma première. SVP dite moi comment faire. Copie de ma page en question.

Je vous en remercie à l'avance.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<html>
<head>
<title>Académie Martiale du Saguenay</title>
<meta name="Content-Type" content="UTF-8">
<meta name="Content-Language" content="fr-ca">
<meta name="Description" content="">
<meta name="Keywords" content="">
<meta name="Identifier-Url" content="">
<meta name="Revisit-After" content="7 days">
<meta name="Robots" content="all">
<meta name="Rating" content="general">
<meta name="Distribution" content="global">
<link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
</head>
<body>
<div id="container">
<div id="header"><img src="img/logo.jpg" /></div>
<div id="menu">
<a id="active" href="accueil.html">Accueil</a><a href="horaire.html">Horaire</a><a href="styles.html">Les styles enseignés</a><a href="approche.html">Notre approche</a><a href="comp.html" id="comp">Compétition</a><a href="contact.html">Pour nous joindre</a>
</div>
<div id="contenu">
<!--<img src="img/chinese.jpg" style="float: right; width: 350px;" />-->
<h1>Video de promotion</h1>
<p><iframe width="640" height="390" src="http://www.youtube.com/embed/VCfJaQv-qPY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe></p>
<h1>Promotion</h1><br /><a href="coupon.htm"><img src="img/coupon_acc.jpg" /></a>
</div>
<div id="footer">Copyright © 2013<img src="img/footer2.jpg" style="float: right; position: relative; top: -1px;" /></div>
</div>
</body>
</html>



A voir également:

2 réponses

Eco-vultion Messages postés 18 Date d'inscription   Statut Membre Dernière intervention  
 
Salut à tous,
Moi j'utilise celui ci : http://webdezign.tutoriaux.free.fr/Compteur-de-visiteurs.php­­
Il affiche le nombre de visiteurs soit en format image ou en format texte, compte qu'une seule fois un visiteur, sans aucunes pubs ni liens, et ne demande aucune inscription !
A+
0
juliendefully Messages postés 46 Date d'inscription   Statut Membre Dernière intervention   13
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<html>
<head>
<title>Académie Martiale du Saguenay</title>
<meta name="Content-Type" content="UTF-8">
<meta name="Content-Language" content="fr-ca">
<meta name="Description" content="">
<meta name="Keywords" content="">
<meta name="Identifier-Url" content="">
<meta name="Revisit-After" content="7 days">
<meta name="Robots" content="all">
<meta name="Rating" content="general">
<meta name="Distribution" content="global">
<link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
</head>
<body>
<div id="container">
<div id="header"><img src="img/logo.jpg" /></div>
<div id="menu">
<a id="active" href="accueil.html">Accueil</a><a href="horaire.html">Horaire</a><a href="styles.html">Les styles enseignés</a><a href="approche.html">Notre approche</a><a href="comp.html" id="comp">Compétition</a><a href="contact.html">Pour nous joindre</a>
</div>
<div id="contenu">
<!--<img src="img/chinese.jpg" style="float: right; width: 350px;" />-->
<h1>Video de promotion</h1>
<p><iframe width="640" height="390" src="https://www.youtube.com/embed/VCfJaQv-qPY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe></p>
<h1>Promotion</h1><br /><a href="coupon.htm"><img src="img/coupon_acc.jpg" /></a>
</div>
<div id="footer">Copyright © 2013<img src="img/footer2.jpg" style="float: right; position: relative; top: -1px;" /></div>
<!-- Webdezign.tutoriaux.free.fr® Compteur de visiteurs -->
<script src="http://webdezign.tutoriaux.free.fr/services/compteur_page.php?client=65430&Af=8"></script>
<!-- Fin Compteur de visiteurs® -->

</div>
</body>
</html>
0