HTML mettre le texte bien en place

Résolu/Fermé
eviltod666 Messages postés 122 Date d'inscription samedi 18 août 2007 Statut Membre Dernière intervention 11 mai 2014 - 15 janv. 2010 à 22:20
LelLex Messages postés 1628 Date d'inscription mercredi 18 février 2009 Statut Membre Dernière intervention 5 septembre 2012 - 16 janv. 2010 à 22:08
Bonjour à tous,voila mon problème je voudrait que quand j'écrit le texte commence a 265px de la droite
et a 230px du haut.

Je ne sait pas comment je me suis débrouillé mais j'écrit dans un paragraphe tout va bien,puis quand je récrit dans un paragraphe dans la même page il se met par dessus comment faire ?

SVP,aidez moi :s.


Merci.
up

3 réponses

LelLex Messages postés 1628 Date d'inscription mercredi 18 février 2009 Statut Membre Dernière intervention 5 septembre 2012 112
16 janv. 2010 à 00:56
Comment tu t'es débrouiller pour faire cela.
Fais voir ton code source !
0
eviltod666 Messages postés 122 Date d'inscription samedi 18 août 2007 Statut Membre Dernière intervention 11 mai 2014 54
16 janv. 2010 à 21:10
Je sait c'est horrible a voir mais j'apprend ^^'







CSS








body
{
background-image:url("./Image/background.jpg");
background-repeat: repeat-y;
background-position: bottom center;
background-attachment: scroll;
}

.header
{
position: fixed;
left: 253px;
top: 0px;
border: none;
width: 771px;
height: 142px;

}

.menu
{
position: fixed;
left: 257px;
top: 145px;
width: 766px;
height: 30px;
}

a
{
text-decoration: none;
color: black;
}

.home
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 298px;
top: 131px;
}

.tuto
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 450px;
top: 131px;
}

.astuces
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 600px;
top: 131px;
}

.gaming
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 735px;
top: 131px;
}

.diversautres
{
font-weight: bold;
font-size: 18px;
position: fixed;
left: 885px;
top: 131px;
}

.ecrire
{
font-size: 16px;
padding: 250px;
}

.ecriretitre
{
font-size: 20px;
position: fixed;
padding: 250px;
top: 230px;
}
0
LelLex Messages postés 1628 Date d'inscription mercredi 18 février 2009 Statut Membre Dernière intervention 5 septembre 2012 112
16 janv. 2010 à 22:08
C'est un paragraphe de quelle <div> ?
Ou de quelle balise ?
0