Probleme html

Résolu/Fermé
kentegret Messages postés 6 Date d'inscription samedi 31 janvier 2009 Statut Membre Dernière intervention 7 mars 2009 - 1 févr. 2009 à 10:49
HACKER 712 Messages postés 1282 Date d'inscription lundi 15 décembre 2008 Statut Contributeur Dernière intervention 10 décembre 2009 - 6 févr. 2009 à 19:11
Bonjour,
je voudrais savoir quelle et l'erreur dans mon code html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<br>
<img
style="font-weight: bold; position: absolute; right: 275px; bottom: 531px; top: 11px; left: 74px; width: 615px; height: 179px;"
alt=""
src="file:///C:/Documents%20and%20Settings/kent/Bureau/ban2.jpg"><br>
</body>
</html>
svp réponder moi vite
A voir également:

4 réponses

HACKER 712 Messages postés 1282 Date d'inscription lundi 15 décembre 2008 Statut Contributeur Dernière intervention 10 décembre 2009 255
1 févr. 2009 à 11:55
alors : plusieurs petites erreurs pas bien graves...




<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<br> <= tu dois mettre <br/>
<img
style="font-weight: bold; position: absolute; right: 275px; bottom: 531px; top: 11px; left: 74px; width: 615px; height: 179px;"
alt=""
src="file:///eneleve ca !C:/Documents%20and%20Settings/kent/Bureau/ban2.jpg"><br> <= pareil
</body>
</html>





voila !
1
Utilisateur anonyme
1 févr. 2009 à 11:43
Bonjour,

je pense que cela vient des espaces dans le chemin de limage car si je copie ton code que je mets un chemin sans esapce vers une image de chez moi
tout va bien !


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<br>
<img
style="font-weight: bold; position: absolute; right: 275px; bottom: 531px; top: 11px; left: 74px; width: 615px; height: 179px;"
alt=""
src="file:///d:/photos/th.jpg"><br>
</body>
</html>
0
kentegret Messages postés 6 Date d'inscription samedi 31 janvier 2009 Statut Membre Dernière intervention 7 mars 2009
4 févr. 2009 à 21:08
merci beaucoup pour vos reponse cela marche tres bien maintenant
0
HACKER 712 Messages postés 1282 Date d'inscription lundi 15 décembre 2008 Statut Contributeur Dernière intervention 10 décembre 2009 255
6 févr. 2009 à 19:11
alors c'est tout bon !!!
0