Merci de m'aider Terbaddo.
Alors j'ai créé un fichier CSS, appelé tile.css. J'ai mis ça dedans:
.tile_back{background-attachment: fixed;}
Ensuite, j'ai fait une page qui s'appelait PRES.HTML (page de présentation) et j'ai mis ça dedans:
<html>
<link rel="stylesheet" type="text/css" href="tile.css">
<body background="images/Mansion.jpg" cache style="position: absolute; left:0; top:0; width: 100%; height: 100%;" tile_back>
<font color="#FF0000" face="Times New Roman" size=7>
Welcome
</font>
</body>
</html>
Est-ce que c'est bon ou j'ai fait des erreurs?