Remplacement image de fond

Fermé
Plagz - 24 janv. 2011 à 23:44
 Plagz - 25 janv. 2011 à 09:56
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 jeudi 15 mai 2008 Statut Membre Dernière intervention 11 septembre 2016 475
25 janv. 2011 à 01:12
L'url de ton image...
0
oui mais justement comment trouver/définir l'url ?
0
arthezius Messages postés 3538 Date d'inscription jeudi 15 mai 2008 Statut Membre Dernière intervention 11 septembre 2016 475
25 janv. 2011 à 02:16
0
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 jeudi 15 mai 2008 Statut Membre Dernière intervention 11 septembre 2016 475
25 janv. 2011 à 03:56
Simple question (sans vouloir être désagréable): pourquoi ne fais tu pas l'essai?
C'est aussi comme ça qu'on apprends...
0
J'essaye justement ^^ j'ai essayé pleins de manières... Mais aucun résultat
0