LIEN CENTRE >> RESOLU
SUPPRIMER LIGNE ENTRE 2 TITRES (Cf dernier post)
 
Code :
 - <p class="annonce"><a href="http://cgi6.ebay.fr/........">Mes objets en vente sur Ebay</a></p>
 
  | 
 
Code :
 - .annonce a
 - {
 - 	font-size: 1.2em;
 - 	color: red;
 - 	text-decoration: none;
 - 	text-align: center;
 - }
 - .annonce a:hover
 - {
 - 	text-decoration: underline;
 - }
 
  | 
 
Malgrès le text-align: center;  le lien reste à gauche du paragraphe !! Pourquoi ?
 
EDIT : si je met
Code :
 - .annonce
 - {
 - text-align:center
 - }
 
  | 
ca marche
 
Message édité par Profil supprimé le 10-02-2005 à 01:52:36