Ok, alors met ceci dans ta balise head:
< link rel="stylesheet" media="screen" type="text/css" href="styles.css" / >
Tu crée un fichier styles.css
Tu y met dedans :
body
{
margin:auto;
width:1024px; / /ou alors 100% qui s´adapte a lécran
background-color:#000000;
}
essaie déja ca.
Apres tu pourra personaliser tous tes liens depuis ce fichier tres facilement exemple:
a {
text-decoration : none;
font-family : tahoma;
font-size : 10px;
color : #808080;
font-weight : bold;
}
a:hover {
text-decoration : underline;
color : #808080;
font-family : tahoma;
font-size : 10px;
font-weight : bold;
}
a:active {
text-decoration : underline;
color : #808080;
font-family : tahoma;
font-size : 10px;
}
a:visited {
font-family : tahoma;
font-size : 10px;
color : #808080;
font-weight : bold;
}
Chui dsl la faut que j´aille me coucher chui crevé et j´ai une longue journée qui m´attend.
Si ta des questions j´essaierai dy répondre demain.