Code html

Fermé
katty19 Messages postés 29 Date d'inscription jeudi 11 septembre 2008 Statut Membre Dernière intervention 18 octobre 2013 - 18 oct. 2013 à 19:35
 Utilisateur anonyme - 19 oct. 2013 à 08:12
Bonjour
pour mettre un fond de blog , j'ai trouvé une image avec son code HTML mais je ne sais pas ou mettre ce code je suis sur over-blog et voici le lien du fond que je veux mettre http://fondspourblogs.over-blog.com/
Merci
A voir également:

1 réponse

Utilisateur anonyme
19 oct. 2013 à 08:12
il faut rajouter entre les balises <head></head> ceci


<style type="text/css">
body {
background-image: url("http://img84.imageshack.us/img84/5902/fondprintemps1.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed; }
</style>

je serais même limite à te dire cela


<style type="text/css">
body {
background-image: url("http://img84.imageshack.us/img84/5902/fondprintemps1.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
</style>
--
׺°"~'"°º×]|I{*------» m3745p10!7 «------*}I|[׺°"~'"°º×
0