Liens ne fonctionnent plus
fanfanloup
Messages postés
15
Statut
Membre
-
fanfanloup Messages postés 15 Statut Membre -
fanfanloup Messages postés 15 Statut Membre -
Bonjour,
j'ai un pb de liens qui ne fonctionnent plus
voici le code
</form>
<a href="index.html"><img scr="logo_fanfanloup_text.png" id="logo1"/></a>
<a href="index.html"><img scr="papillon30.gif" id="logo"/></a>
<a href="perle.html"><img scr="boutons/bt1.gif" id="bt1"/></a>
<a href="tricot.html"><img scr="boutons/bt3.jpg" id="bt2"/></a>
<a href="page sommaire.html"><img scr="boutons/bt1.jpg" id="bt3"/></a>
<img scr="bouton/bt3.jpg"/>
<img scr="anim240.gif" id="papideco"/>
<img scr="lienperle.jpg" id="lienperle"/>
<img scr="lientricot.jpg" id="lientricot"/>
<img scr="liencreation.jpg" id="liencreation"/>
<img scr="lienretour.jpg" id="lienretour"/>
et mes images ont toujours un sigle dessus, mon site me prend la tête.
http://steve.roussel.free.fr
j'ai un pb de liens qui ne fonctionnent plus
voici le code
</form>
<a href="index.html"><img scr="logo_fanfanloup_text.png" id="logo1"/></a>
<a href="index.html"><img scr="papillon30.gif" id="logo"/></a>
<a href="perle.html"><img scr="boutons/bt1.gif" id="bt1"/></a>
<a href="tricot.html"><img scr="boutons/bt3.jpg" id="bt2"/></a>
<a href="page sommaire.html"><img scr="boutons/bt1.jpg" id="bt3"/></a>
<img scr="bouton/bt3.jpg"/>
<img scr="anim240.gif" id="papideco"/>
<img scr="lienperle.jpg" id="lienperle"/>
<img scr="lientricot.jpg" id="lientricot"/>
<img scr="liencreation.jpg" id="liencreation"/>
<img scr="lienretour.jpg" id="lienretour"/>
et mes images ont toujours un sigle dessus, mon site me prend la tête.
http://steve.roussel.free.fr
A voir également:
- Liens ne fonctionnent plus
- Vérificateur de liens - Guide
- Telecharger liens direct - Accueil - Outils
- Ou trouver les liens copiés sur android - Guide
- Raccourcir liens - Guide
- Liens de bara femme - Forum Webmastering
5 réponses
Slt dis moi tes images sont t'elles dans le meme dossier que tes pages webs concernées? verifie le chemin d'accès à ces images
tu as deux choix soit tu mets toutes tes pages web dans le meme dossier que tes images(ou les images dans le dossier des pages web) ou alors tu recupere le nom du dossier contenant les pages web et tu renseignes comme ceci:(cest just a titre d'exemple)
a href=pagesweb/index.html ou ici pagesweb est le nom du dossier ou tu auras enregistré toutes tes pages webs ou alors tu cree un dossier images à l'endroit ou tes fichiers html sont conservés et tu y deposes toutes images ton code pour tes images sera donc img src=image/nomdelimage essaie ca et tu me tiens au courant
a href=pagesweb/index.html ou ici pagesweb est le nom du dossier ou tu auras enregistré toutes tes pages webs ou alors tu cree un dossier images à l'endroit ou tes fichiers html sont conservés et tu y deposes toutes images ton code pour tes images sera donc img src=image/nomdelimage essaie ca et tu me tiens au courant
j'ai du faire une grosse boulette il y a plus rien de mon site sauf la mailingliste. J'ai mis mes pages web et quelques images qui avaient le sigle dans les même dossier "images" ensuite j'ai tout transféré chez free
voici la page index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<style type="text/css">@import url(moderne_sans_ie.css) all;</style>
<link rel="stylesheet" type="text/css" href="index.css">
<title>FanFanLoup ma passion des perles et du tricot</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" media="screen" type="text/css" title="sommaire" href="page sommaire.css"/>
<script type="text/javascript">
var current = 0;
var width = 4;
var max = 4;
var prefixe = "mini_";
function previous(nb) {
showWindow(false);
current = current - nb;
if (current < 0) {
current = 0;
}
showWindow(true);
}
function next(nb) {
showWindow(false);
current = current + nb;
if (current > (max - width)) {
current = max - width;
}
showWindow(true);
}
function showWindow(show) {
for(i = current ; i < current + width ; i++) {
el = document.getElementById(prefixe+i);
if (el) {
el.style.display = show?'inline':'none';
}
}
}
function changeImage(filename)
{
document.mainimage.src = filename;
}
</script>
<script language="JavaScript">
<!--
// https://twitter.com/ceosammassey
function noclic(clic) {
var mess="Image protégée !!!"; //changer le message
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(mess);
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(mess);
}}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = noclic;
//-->
</script>
</head>
<body>
<!-- code source HTML -->
<body>
<form method="POST" action="http://frouss2.free.fr/option.php" id="email">Newsletter
<input type=text name=adresseemail size=11><br>
<font face=Verdana size=1>
<input type=radio value=inscription checked name=option>Inscription<br>
<input type=radio value=desinscription name=option>Désinscription</font><br>
<input type=submit value=Valider>
</form>
</form>
<a href="index.html"><img scr="images/logo_fanfanloup_text.png" id="logo"/></a>
<a href="index.html"><img scr="images/papillon30.gif" id="logo1"/></a>
<a href="perle.html"><img scr="boutons/bt1.gif" id="bt1"/></a>
<a href="tricot.html"><img scr="boutons/bt1.gif" id="bt2"/></a>
<img scr="bouton/bt3.jpg"/>
<img scr="images/anim240.gif" id="papideco"/>
<img scr="fond visionneuse.jpg" id="fdviso"/>
<a href="perle.html"><img scr="images/lienperle.jpg" id="lienperle"/></a>
<a href="tricot.html"><img scr="images/lientricot.jpg" id="lientricot"/></a>
<img scr="images/liencreation.jpg" id="liencreation"/>
<a href="mailto:francoise281@hotmail.com"><img scr="email_animaux17.gif" id="papillonmail"/></a>
<img src="fanfanloup-extrait.gif" width="300" height="360" border="0" id="fanfanloupextrait"/>
</body>
</html>
et la page css
#logo
{
float:left;
background-image:url("papillon30.gif");
background-repeat:no-repeat;
margin-left:40px;
margin-top:-532px;
width:80px;
height:80px;
border:none;
}
#logo1
{
float:left;
background-image:url("logo_fanfanloup_text.png");
background-repeat:no-repeat;
margin-left:-80px;
margin-top:-442px;
width:110px;
height:40px;
border:none;
}
#papillonmail
{
float:left;
background-image:url("email_animaux17.gif");
background-repeat:no repeat;
margin-left:-190px;
margin-top:-49px;
padding:0px;
width:120px;
height:50px;
border:none;
}
#fdviso
{
float:left;
background-image:url("fond visionneuse.jpg");
background-repeat:no repeat;
margin-left:620px;
margin-top:-500px;
padding:0px;
width:300px;
height:360px;
border:solid yellow 3px;
}
#fanfanloupextrait
{
float:left;
background-image:url("fanfanloup-extrait.gif");
background-repeat:no repeat;
margin-left:624px;
margin-top:-507px;
padding:0px;
width:300px;
height:360px;
}
body
{
background-image:url("fond_fanfanloup.jpg");
background-repeat:no-repeat;
margin-left:auto;
}
#bt1
{
background-image:url("boutons/bt1.gif");
background-repeat:no-repeat;
float:left;
margin-top:-260px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
#bt2
{
background-image:url("boutons/bt1.gif");
background-repeat:no-repeat;
float:left;
margin-top:-200px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
#email1
{
background-color:#ffd3fd;
}
#email
{
color:#e543bc;
margin-top:474px;
margin-left:20px;
border:none;
}
#liencreation
{
background-image:url("liencreation.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-380px;
margin-left:-190px;
width:130px;
height:40px;
border:none;
}
#lientricot
{
background-image:url("lientricot.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-240px;
margin-left:-100px;
width:100px;
height:40px;
border:none;
}
#lienperle
{
background-image:url("lienperle.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-310px;
margin-left:110px;
width:100px;
height:40px;
border:none;
}
#papideco
{
background-image:url("anim240.gif");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-292px;
margin-left:282px;
width:80px;
height:80px;
border:none;
}
#bt1:hover
{
background-image:url("boutons/bt3.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-260px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
#bt2:hover
{
background-image:url("boutons/bt3.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-200px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
au secours, merci
voici la page index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<style type="text/css">@import url(moderne_sans_ie.css) all;</style>
<link rel="stylesheet" type="text/css" href="index.css">
<title>FanFanLoup ma passion des perles et du tricot</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" media="screen" type="text/css" title="sommaire" href="page sommaire.css"/>
<script type="text/javascript">
var current = 0;
var width = 4;
var max = 4;
var prefixe = "mini_";
function previous(nb) {
showWindow(false);
current = current - nb;
if (current < 0) {
current = 0;
}
showWindow(true);
}
function next(nb) {
showWindow(false);
current = current + nb;
if (current > (max - width)) {
current = max - width;
}
showWindow(true);
}
function showWindow(show) {
for(i = current ; i < current + width ; i++) {
el = document.getElementById(prefixe+i);
if (el) {
el.style.display = show?'inline':'none';
}
}
}
function changeImage(filename)
{
document.mainimage.src = filename;
}
</script>
<script language="JavaScript">
<!--
// https://twitter.com/ceosammassey
function noclic(clic) {
var mess="Image protégée !!!"; //changer le message
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(mess);
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(mess);
}}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = noclic;
//-->
</script>
</head>
<body>
<!-- code source HTML -->
<body>
<form method="POST" action="http://frouss2.free.fr/option.php" id="email">Newsletter
<input type=text name=adresseemail size=11><br>
<font face=Verdana size=1>
<input type=radio value=inscription checked name=option>Inscription<br>
<input type=radio value=desinscription name=option>Désinscription</font><br>
<input type=submit value=Valider>
</form>
</form>
<a href="index.html"><img scr="images/logo_fanfanloup_text.png" id="logo"/></a>
<a href="index.html"><img scr="images/papillon30.gif" id="logo1"/></a>
<a href="perle.html"><img scr="boutons/bt1.gif" id="bt1"/></a>
<a href="tricot.html"><img scr="boutons/bt1.gif" id="bt2"/></a>
<img scr="bouton/bt3.jpg"/>
<img scr="images/anim240.gif" id="papideco"/>
<img scr="fond visionneuse.jpg" id="fdviso"/>
<a href="perle.html"><img scr="images/lienperle.jpg" id="lienperle"/></a>
<a href="tricot.html"><img scr="images/lientricot.jpg" id="lientricot"/></a>
<img scr="images/liencreation.jpg" id="liencreation"/>
<a href="mailto:francoise281@hotmail.com"><img scr="email_animaux17.gif" id="papillonmail"/></a>
<img src="fanfanloup-extrait.gif" width="300" height="360" border="0" id="fanfanloupextrait"/>
</body>
</html>
et la page css
#logo
{
float:left;
background-image:url("papillon30.gif");
background-repeat:no-repeat;
margin-left:40px;
margin-top:-532px;
width:80px;
height:80px;
border:none;
}
#logo1
{
float:left;
background-image:url("logo_fanfanloup_text.png");
background-repeat:no-repeat;
margin-left:-80px;
margin-top:-442px;
width:110px;
height:40px;
border:none;
}
#papillonmail
{
float:left;
background-image:url("email_animaux17.gif");
background-repeat:no repeat;
margin-left:-190px;
margin-top:-49px;
padding:0px;
width:120px;
height:50px;
border:none;
}
#fdviso
{
float:left;
background-image:url("fond visionneuse.jpg");
background-repeat:no repeat;
margin-left:620px;
margin-top:-500px;
padding:0px;
width:300px;
height:360px;
border:solid yellow 3px;
}
#fanfanloupextrait
{
float:left;
background-image:url("fanfanloup-extrait.gif");
background-repeat:no repeat;
margin-left:624px;
margin-top:-507px;
padding:0px;
width:300px;
height:360px;
}
body
{
background-image:url("fond_fanfanloup.jpg");
background-repeat:no-repeat;
margin-left:auto;
}
#bt1
{
background-image:url("boutons/bt1.gif");
background-repeat:no-repeat;
float:left;
margin-top:-260px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
#bt2
{
background-image:url("boutons/bt1.gif");
background-repeat:no-repeat;
float:left;
margin-top:-200px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
#email1
{
background-color:#ffd3fd;
}
{
color:#e543bc;
margin-top:474px;
margin-left:20px;
border:none;
}
#liencreation
{
background-image:url("liencreation.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-380px;
margin-left:-190px;
width:130px;
height:40px;
border:none;
}
#lientricot
{
background-image:url("lientricot.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-240px;
margin-left:-100px;
width:100px;
height:40px;
border:none;
}
#lienperle
{
background-image:url("lienperle.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-310px;
margin-left:110px;
width:100px;
height:40px;
border:none;
}
#papideco
{
background-image:url("anim240.gif");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-292px;
margin-left:282px;
width:80px;
height:80px;
border:none;
}
#bt1:hover
{
background-image:url("boutons/bt3.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-260px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
#bt2:hover
{
background-image:url("boutons/bt3.jpg");
background-repeat:no-repeat;
float:left;
padding:0;
margin-top:-200px;
margin-left:-125px;
width:80px;
height:20px;
border:none;
}
au secours, merci
non tu dois obligatoirement laisser ta page index a lendroit initial sinon ton site ne marchera plus...ou alors dans tes options de free indiquer le chemin de ta page index..si tu as des problemes evite les dossiers et laisse tous les fichiers dans un seul endroit..;cest brouillon mais ca fonctionne.. je te laisse mon msn pr discuter directement carter64@hotmail.com
laisse tt tes fichiers a lendroit ou se trouve ton fichier identification.php car kan jai essaie de faire http://steve.roussel.free.fr/images/index.html jai retrouver ton site..
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
mes images sont dans un autre dossier que les pages web c'est à dire qu'elles sont dans "images visionneuses" et le tout est bien sur le serveur free.
merci de ton aide
je vais voir pouir mettre le lien complet pour les images. merci Vince
merci de ton aide