Organiser liens ftp

Fermé
nomdecode220 Messages postés 256 Date d'inscription jeudi 12 avril 2007 Statut Membre Dernière intervention 15 juillet 2009 - 27 mars 2008 à 21:30
BartWadela Messages postés 562 Date d'inscription samedi 7 juillet 2007 Statut Membre Dernière intervention 3 février 2010 - 31 mars 2008 à 14:20
Bonjour,

Voilà mon lien d'entrée sur mon site ne marche comment cela ce fait-il car avec kompozer sa marche niquel chrome !

un coup d'oeil : http://membres.lycos.fr/teamhdp/
A voir également:

3 réponses

BartWadela Messages postés 562 Date d'inscription samedi 7 juillet 2007 Statut Membre Dernière intervention 3 février 2010 106
27 mars 2008 à 21:32
Merci !


Waouh quelle précision !!!!

balance l'url de ton site et ton code on pourra peut etre t'aider
0
BartWadela Messages postés 562 Date d'inscription samedi 7 juillet 2007 Statut Membre Dernière intervention 3 février 2010 106
27 mars 2008 à 21:41
ton image ne s'affiche pas

ton code n'est pas bon :

<div style="text-align: center;">
<br><br><br><br><br><br><br>
<img style="width: 181px; height: 159px;" alt="" src="../te%CC%80te%20de%20mort.jpeg">
<br><br><br>
Powered by <a href="Bienvenue.html">Teamhdp</a>
</div>


mets plutot :
<!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" >

   <head>
       <title>:: index ::</title>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   </head>

   <body>
<center>
<a href="http://membres.lycos.fr/teamhdp/Bienvenue.html">
<img width="181" height="159" src="tete_de_mort.jpg" alt="la tête de mort ne s'affiche pas ... Cliquez quand même" title="Cliquez pour visitez le TeamHdP"></img></a>
Powered by <a href="http://membres.lycos.fr/teamhdp/Bienvenue.html">Teamhdp</a>
</center>
    </body>


0
nomdecode220 Messages postés 256 Date d'inscription jeudi 12 avril 2007 Statut Membre Dernière intervention 15 juillet 2009 11
28 mars 2008 à 13:00
Voilà le code de Bienvenue.html :

<html><head><meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type"><title>Bienvenue</title></head>
<body style="color: rgb(0, 0, 0);" link="#0000ee"
alink="#ee0000" vlink="#551a8b"><div
style="text-align: center; background-color: rgb(0, 0, 153);"><big
style="color: rgb(204, 0, 0);"><big><big><big><big><br><br>Bienvenue
<br><small><small>SUR LE SITE<br>TEAMHDP<br><img
style="width: 119px; height: 124px;" alt=""
src="../images/faucheur%20de%20te%CC%80te.jpeg"><br><br><small><small>Ce
site est exclusivement réservé à ceux qui savent ce que veut dire "hdp"
<br><a style="color: rgb(0, 0, 153);"
href="Salut%20la%20team.html"><span
style="text-decoration: underline;">Enter here</span></a></small></small></small></small></big></big></big></big></big></div></body></html>
0
BartWadela Messages postés 562 Date d'inscription samedi 7 juillet 2007 Statut Membre Dernière intervention 3 février 2010 106
31 mars 2008 à 14:20
salut, alors la page index c' mieux ou pas ?!??

sur ta page bienvenue.html, ton image ne doit s'afficher je pense :

<img style="width: 119px; height: 124px;" alt="" src="../images/faucheur%20de%20te%CC%80te.jpeg">
===> JE T'AI DIS DE NE PAS METTRE D'ESPACES DANS LES NOMS DE FICHIERS

<a style="color: rgb(0, 0, 153);" href="Salut%20la%20team.html">
===> NI DANS LES NOMS DE PAGE
0