fanchevaux34

Site/blog
107 messages
|
posté le 2011-12-17 à 20:13:14
,
Pour moi, tu serais capable si tu irais dans dizperso, puis dans modification directe du css' alors, regarde (pour être plus clair):
Ici, dans la case ''body'' où la flèche tu n'à qu'à rentrer l'adresse url de ton image.
* {margin: 0; padding: 0;}
body
{
background : #FFFFFF;
background-image : url(http://);
background-repeat:repeat;
background-attachment:fixed;
font-size : 10pt;
font-family : Arial;
text-align : center;
color:#000000;
}
Puis le tour est joué
|