Organiser liens ftp
nomdecode220
Messages postés
258
Statut
Membre
-
BartWadela Messages postés 606 Statut Membre -
BartWadela Messages postés 606 Statut Membre -
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/
--
-
nomdecode220 wargamesandgames
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/
--
-
nomdecode220 wargamesandgames
Configuration: Mac OS X Firefox 2.0.0.12
3 réponses
-
Merci !
Waouh quelle précision !!!!
balance l'url de ton site et ton code on pourra peut etre t'aider -
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>
-
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>
-
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
-