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

4 réponses

  1. arthezius Messages postés 3756 Statut Membre 475
     
    L'url de ton image...
    0
  2. 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
    1. arthezius Messages postés 3756 Statut Membre 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
  3. Plagz
     
    J'essaye justement ^^ j'ai essayé pleins de manières... Mais aucun résultat
    0