Remplacement image de fond

Plagz -  
 Plagz -
Bonjour,

Je suis administrateur d'un forum et j'aimerais modifier le thème.
Pour le moment mon forum est basé sur un thème par défaut. Je souhaiterais en modifier l'image de fond.
Voici la partie du code qui correspond.

body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(images/fond.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;

Que dois-je mettre à la place de images/fond.jpg pour avoir ma propre image ? J'utilise l'éditeur de code proposé via le panneau d'administration

Merci d'avance


A voir également:

4 réponses

arthezius Messages postés 3538 Date d'inscription   Statut Membre Dernière intervention   475
 
L'url de ton image...
0
Plagz
 
oui mais justement comment trouver/définir l'url ?
0
arthezius Messages postés 3538 Date d'inscription   Statut Membre Dernière intervention   475
 
0
Plagz
 
Donc au lieu de

body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(images/fond.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;

ça donnerai

body {
/* Text-Sizing with ems: http://clagnut.com/blog/348/ */
font-family: "Verdana", Helvetica, Arial, sans-serif;
color: #FFF;
background-image:url(http://img132.imageshack.us/i/wowcataclysmk.jpg/);
background-attachment:fixed;
background-repeat:no-repeat;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;

?
0
arthezius Messages postés 3538 Date d'inscription   Statut Membre Dernière intervention   475
 
Simple question (sans vouloir être désagréable): pourquoi ne fais tu pas l'essai?
C'est aussi comme ça qu'on apprends...
0
Plagz
 
J'essaye justement ^^ j'ai essayé pleins de manières... Mais aucun résultat
0