Mettre une image en en-tête de son myspace
DJ Fab
Messages postés
225
Date d'inscription
Statut
Membre
Dernière intervention
-
DJ Fab Messages postés 225 Date d'inscription Statut Membre Dernière intervention -
DJ Fab Messages postés 225 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Je cherche depuis aujourd'hui un moyen d'insérer une image en haut de mon myspace
exemples : https://myspace.com/asbloodrunsblack
j'ai farfouiller sur divers forums j'ai essayé des tonnes des codes "HTML" proposé mais aucune ne fonctionne l'image s'affiche mal ou même pas du tout le dernier en date :
<style type="text/css">
body{ background-position:top center;margin-top: 480;}
div.topbanner { top: 0; left: 18%; margin-left:0px;width: 100%;
height: 30px; position: absolute; }
</style>
<div class="topbanner">
<img src="https://imageshack.com/" width="largeur"border=0 ></a></a></div><br>
si quelqu'un a un tuyau a me filer n'hésiter pas .
Merci d'avance.
Je cherche depuis aujourd'hui un moyen d'insérer une image en haut de mon myspace
exemples : https://myspace.com/asbloodrunsblack
j'ai farfouiller sur divers forums j'ai essayé des tonnes des codes "HTML" proposé mais aucune ne fonctionne l'image s'affiche mal ou même pas du tout le dernier en date :
<style type="text/css">
body{ background-position:top center;margin-top: 480;}
div.topbanner { top: 0; left: 18%; margin-left:0px;width: 100%;
height: 30px; position: absolute; }
</style>
<div class="topbanner">
<img src="https://imageshack.com/" width="largeur"border=0 ></a></a></div><br>
si quelqu'un a un tuyau a me filer n'hésiter pas .
Merci d'avance.
A voir également:
- Mettre une image en en-tête de son myspace
- Mettre une image en filigrane sur word - Guide
- Transformer une image en icone - Guide
- Légender une image - Guide
- Image iso - Guide
- Frédéric cherche à faire le buzz sur les réseaux sociaux. il a ajouté une image d’ours polaire sur une image de plage. retrouvez l'image originale de la plage. que cache l'ours polaire ? - Forum Graphisme
13 réponses
Bon j'ai revu tout le script sur ton site, il y a pas mal de choses à modifier voilà :
<style>
body {
margin-top: 1085px;//Hauteur en pixel de l'image
font-size: 1px;
line-height: auto;
}
.topbanner {
width: 1728px;//Largeur de l'image
height: 1085px;//Hauteur de l'image
position: absolute;
margin-left: -864px;//Moitier de la largeur de l'image
left: 50%;
top: 0px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/img24/4603/wallpaperse.jpg);//Adresse de l'image
background-repeat: no-repeat;
}
</style>
<div class="topbanner">
</div>
Normalement ça marche j'ai testé sur ton site avec firebug (addon de firefox), sinon dis moi ce qui ne marche pas.
<style>
body {
margin-top: 1085px;//Hauteur en pixel de l'image
font-size: 1px;
line-height: auto;
}
.topbanner {
width: 1728px;//Largeur de l'image
height: 1085px;//Hauteur de l'image
position: absolute;
margin-left: -864px;//Moitier de la largeur de l'image
left: 50%;
top: 0px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/img24/4603/wallpaperse.jpg);//Adresse de l'image
background-repeat: no-repeat;
}
</style>
<div class="topbanner">
</div>
Normalement ça marche j'ai testé sur ton site avec firebug (addon de firefox), sinon dis moi ce qui ne marche pas.
SALUT essaye ce CODE
<div class="topbanner">
</div>
<style >
body {
margin-top: 480px;
font-size: 1px;
line-height: auto;
background-position: top center;
background-image: none;
}
.topbanner {
width: 1000px;
height: 30px;
position: absolute;
margin-left: -500px;
left: 50%;
top: 29px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/i/wallpaperse.jpg);
background-repeat: no-repeat;
background-position: top;
}
</style>
globbers, http://www.globbersthemes.com
<div class="topbanner">
</div>
<style >
body {
margin-top: 480px;
font-size: 1px;
line-height: auto;
background-position: top center;
background-image: none;
}
.topbanner {
width: 1000px;
height: 30px;
position: absolute;
margin-left: -500px;
left: 50%;
top: 29px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/i/wallpaperse.jpg);
background-repeat: no-repeat;
background-position: top;
}
</style>
globbers, http://www.globbersthemes.com
Essayes ceci :
<style>
body {
margin-top: 480px;
font-size: 1px;
line-height: auto;
background-position: top center;
background-image: none;
}
.topbanner {
width: 1000px;
height: 1085px;
position: absolute;
margin-left: -500px;
left: 50%;
top: 29px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/img24/4603/wallpaperse.jpg);
background-repeat: no-repeat;
background-position: top;
}
</style>
<div class="topbanner">
</div>
<style>
body {
margin-top: 480px;
font-size: 1px;
line-height: auto;
background-position: top center;
background-image: none;
}
.topbanner {
width: 1000px;
height: 1085px;
position: absolute;
margin-left: -500px;
left: 50%;
top: 29px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/img24/4603/wallpaperse.jpg);
background-repeat: no-repeat;
background-position: top;
}
</style>
<div class="topbanner">
</div>
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Non je veut mettre une table de contact avec mon image en fond j'avais pris un code sur un site et javais simplement changé le lien de l'image
mais j'ai fait pas mal de modifie et depuis la table de contact est vide.
Solutions ^^ ?
merci d'avance
mais j'ai fait pas mal de modifie et depuis la table de contact est vide.
Solutions ^^ ?
merci d'avance
Utilise ca tu le copie coller dans Qui je suis:
conseil supprimer les commentaires et n'oublie pas de rajouter l'url de ton image à l'endroit indiqué
<style>
body {
margin-top: 1085px;//Hauteur en pixel de l'image
font-size: 1px;
line-height: auto;
}
.topbanner {
width: 1728px;//Largeur de l'image
height: 1085px;//Hauteur de l'image
position: absolute;
margin-left: -864px;//Moitier de la largeur de l'image
left: 50%;
top: 0px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/img24/4603/wallpaperse.jpg);//Adresse de l'image
background-repeat: no-repeat;
}
</style>
<div class="topbanner">
</div>
conseil supprimer les commentaires et n'oublie pas de rajouter l'url de ton image à l'endroit indiqué
<style>
body {
margin-top: 1085px;//Hauteur en pixel de l'image
font-size: 1px;
line-height: auto;
}
.topbanner {
width: 1728px;//Largeur de l'image
height: 1085px;//Hauteur de l'image
position: absolute;
margin-left: -864px;//Moitier de la largeur de l'image
left: 50%;
top: 0px;
background-color:transparent;
background-image: url(http://img24.imageshack.us/img24/4603/wallpaperse.jpg);//Adresse de l'image
background-repeat: no-repeat;
}
</style>
<div class="topbanner">
</div>