Logo Code CSS
Résolu
dcourbineau
Messages postés
4
Date d'inscription
Statut
Membre
Dernière intervention
-
BeFaX Messages postés 14245 Date d'inscription Statut Contributeur Dernière intervention -
BeFaX Messages postés 14245 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
Je ne comprends pas pour sur ma page http://www.prettyme.fr/contact.html
HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Pretty Me. Graphisme, Maquillage, Coiffure, Photographie et Vidéo pour votre Mariage" />
<meta name="keyword" content="Pretty me, accompagnement, agence, mariée, mariage, coiffeuse, maquilleuse, studio, mode, professionnelle, professionnel, photographe, graphisme, graphiste, photo, vidéo, qualité, prestige, luxe, faire, part, chignon, smocky eyes, joli teint, airbrush, formule, invités, amies, menus, plan de table" />
<title>Pretty Me !</title>
<link rel="stylesheet" media="screen" type="text/css" title="Design espace" href="styleprovisoire.css" /s
</head>
<body>
et CSS :
body
{
backgroung-color:white;
}
img#concept
{
position: absolute;
z-index: 20;
top: 330px;
left: 25%;
margin-left : -125px;
}
img#prestations
{
position: absolute;
z-index: 20;
top: 330px;
left: 50%;
margin-left: -125px;
}
img#adresses
{
position: absolute;
z-index: 20;
top: 330px;
left : 75%;
margin-left : -125px;
}
img#logo
{
position : absolute;
top : 20px;
left: 50%;
margin-left : -155px;
}
img#titrecontact
{
position : absolute;
top : 570px;
left: 50%;
margin-left : -85px;
}
img#titreconcept
{
position : absolute;
top : 250px;
Le logo "Pretty me" apparaît, alors qu'en relisant mes codes, il ne me semble jamais donner l'ordre qu'il soit afficher. Je voudrais simplement une page blanche!
Merci à tous pour votre aide
Je ne comprends pas pour sur ma page http://www.prettyme.fr/contact.html
HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Pretty Me. Graphisme, Maquillage, Coiffure, Photographie et Vidéo pour votre Mariage" />
<meta name="keyword" content="Pretty me, accompagnement, agence, mariée, mariage, coiffeuse, maquilleuse, studio, mode, professionnelle, professionnel, photographe, graphisme, graphiste, photo, vidéo, qualité, prestige, luxe, faire, part, chignon, smocky eyes, joli teint, airbrush, formule, invités, amies, menus, plan de table" />
<title>Pretty Me !</title>
<link rel="stylesheet" media="screen" type="text/css" title="Design espace" href="styleprovisoire.css" /s
</head>
<body>
et CSS :
body
{
backgroung-color:white;
}
img#concept
{
position: absolute;
z-index: 20;
top: 330px;
left: 25%;
margin-left : -125px;
}
img#prestations
{
position: absolute;
z-index: 20;
top: 330px;
left: 50%;
margin-left: -125px;
}
img#adresses
{
position: absolute;
z-index: 20;
top: 330px;
left : 75%;
margin-left : -125px;
}
img#logo
{
position : absolute;
top : 20px;
left: 50%;
margin-left : -155px;
}
img#titrecontact
{
position : absolute;
top : 570px;
left: 50%;
margin-left : -85px;
}
img#titreconcept
{
position : absolute;
top : 250px;
Le logo "Pretty me" apparaît, alors qu'en relisant mes codes, il ne me semble jamais donner l'ordre qu'il soit afficher. Je voudrais simplement une page blanche!
Merci à tous pour votre aide
A voir également:
- Logo Code CSS
- Code ascii - Guide
- Code puk bloqué - Guide
- Code activation windows 10 - Guide
- Comment déverrouiller un téléphone quand on a oublié le code - Guide
- Code blocks - Télécharger - Langages
2 réponses
<link rel="stylesheet" media="screen" type="text/css" title="Design espace" href="styleprovisoire.css" /s
Tu n'as pas fermé la balise.
Tu n'as pas fermé la balise.