Hello,
Affichage de fond d'écran
Le code ci-dessous fonctionne, mais comment mettre un url en lien relatif
et non pas absolu ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<body>
<title>Exploitation</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css" href="../../css/nouveau.css">
  body {
  background-image:url(http://patpiii/essais/images/ou_exclusif.jpg);
  background-repeat:no-repeat;
  }
</style>
</head>


Merci