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
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
A voir également:
- Probleme html
- Editeur html - Télécharger - HTML
- &Nbsp html - Forum HTML
- Br html - Forum HTML
- Espace html ✓ - Forum HTML
- Faire sauter 2 lignes avec br (CSS) - Forum CSS
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
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 !
<!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 !
Utilisateur anonyme
1 févr. 2009 à 11:43
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>
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>
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
4 févr. 2009 à 21:08
merci beaucoup pour vos reponse cela marche tres bien maintenant
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
6 févr. 2009 à 19:11
alors c'est tout bon !!!