A voir également:
- Créer une feuille de style CSS
- Comment créer un groupe whatsapp - Guide
- Créer un style word - Guide
- Créer un compte google - Guide
- Créer une adresse hotmail - Guide
- Créer un lien pour partager des photos - Guide
29 réponses
Merci a toi Giorgiolino, Lepetitwindows56 ne prend pas compte de mon erreur etrefere toi à à l'exemple de Giorgiolino.
Pourquoi parle tu de livre d'or ?
Pourquoi parle tu de livre d'or ?
Je parle de livre d'or, car je suis pose que vous êtes aller sur mon site (http://expomatique.free.fr/ tandit que c'est sur mon livre d'or en php.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
J'ai mis le code suivant
Mais je n'est pas de bannière !
{
background-image: url(http://expomatique.free.fr/portail/crbst_Logo_20Expomatique_20orange.jpg)
}
Mais je n'est pas de bannière !
Bah, j'ai mis cela pour la bannière :
{
background-image: url(http://expomatique.free.fr/portail/crbst_Logo_20Expomatique_20orange.jpg) ;
}
Mais j'ai pas de bannière qui s'affiche !!
{
background-image: url(http://expomatique.free.fr/portail/crbst_Logo_20Expomatique_20orange.jpg) ;
}
Mais j'ai pas de bannière qui s'affiche !!
Ok, alors le code c'est :
<!-- code Css généré sur www.service-webmaster.fr -->
<style>
A:link
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: normal;
font-weight: normal;
}
A:visited
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: none;
font-weight: normal;
}
A:active
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: none;
font-weight: normal;
}
A:hover
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: none;
font-weight: normal;
}
{
background-image: url(http://expomatique.free.fr/portail/crbst_Logo_20Expomatique_20orange.jpg);
}
</style>
<!-- © 2007 - Generateur css by Service-Webmaster.fr -->
Non, un fichier css indépendant de la page web, mais qui est lié à celle-ci.
Voir ici :
http://css.mammouthland.net/feuille-de-style-css-debutant.php#record
Voir ici :
http://css.mammouthland.net/feuille-de-style-css-debutant.php#record
Bon, voilà le code de ma feuille .css, mais ça ne fonctionne toujours pas :
<!-- code Css généré sur www.service-webmaster.fr -->
<style>
A:link
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: normal;
font-weight: normal;
}
A:visited
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: none;
font-weight: normal;
}
A:active
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: none;
font-weight: normal;
}
A:hover
{
text-decoration: none;
color: #3366ff;
font-family: Arial;
font-size: 12pt;
font-style: none;
font-weight: normal;
}
#header {
background-image: url(crbst_Logo_20Expomatique.jpg);
}
</style>
<!-- © 2007 - Generateur css by Service-Webmaster.fr -->