Code html

katty19 Messages postés 29 Statut Membre -  
 Utilisateur anonyme -
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

1 réponse

  1. Utilisateur anonyme
     
    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