Probleme html
Résolu
kentegret
Messages postés
7
Statut
Membre
-
HACKER 712 Messages postés 1463 Statut Contributeur -
HACKER 712 Messages postés 1463 Statut Contributeur -
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
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:
- Probleme html
- Editeur html - Télécharger - HTML
- Espace en html ✓ - Forum HTML
- [**] Balise pour un espace vide en hml. Merci ✓ - Forum Webmastering
- Nbsp html ✓ - Forum Webmastering
- Html download - Télécharger - HTML
4 réponses
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 !
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>