Et pourquoi ne mets tu pas un lien relatif ? Au passage c'est = et non :
Si ton image se trouve dans le même répertoire que ta page web :
<body text="blue" vlink="blue" background="abc.jpg">
Un code testé et qui fonctionne :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Lunnatick</title>
<style type="text/css">
body { background-image: url(load1.gif) }
</style>
</head>
<body>
<h4><center> Test </center></h>
<p></p>
<h3><a href="http://www.google.fr"> Google </a></h3>
<p> </p>
<h3><a href="http://www.youtube.fr"> Youtube </a></h3>
<p> </p>
<h3><a href="http://www.ogame.fr"> Ogame </a></h3>
</body>
</html> |
Maintenant je ne comprends pas ton problème originel : ton texte s'affiche encore en dessous de ton image de fond ?
Partager