body text

body text - HTML/CSS - Programmation

Marsh Posté le 09-04-2003 à 22:28:41    

je fais  
 
<body bgcolor="#7EA9D3" text="#FFFFFF" >
 
est t'il possible de mettre la proprité text dans un css?
 
car j'ai bien essayé
 
text
{
color: #3434334;
}
 
 
mais ça fonctionne pas

Reply

Marsh Posté le 09-04-2003 à 22:28:41   

Reply

Marsh Posté le 09-04-2003 à 22:31:44    

body  
 {
 background-color: #7EA9D3;
 font-family: Verdana, Helvetica, sans-serif;
 font-size:12px;
 color:#3434334;
 }

Reply

Marsh Posté le 09-04-2003 à 23:16:55    

Il y a un chiffre de trop à ton "color" ;)


---------------
Incongru : une FAQ abandonnée sur les Standards du Web - FAQ périmée de blabla@Prog
Reply

Marsh Posté le 10-04-2003 à 01:09:46    

j'ai mis une couleur au hasard...
 
depuis que j'ai mis
 
body
{
 background-color: #7EA9D3;
 color: #ffffff;
}
 
j'ai pu de couleur en fond d'écran sous mozilla et phoinix... pourtant sous ie aucun problème
 
même en mettant
 
body
{
 background-color: #7EA9D3;
 BACKGROUND: #7EA9D3;
 color: #ffffff;
}
 
ça ne change rien
 

Reply

Marsh Posté le 10-04-2003 à 08:29:03    

gm_superstar a écrit :

Il y a un chiffre de trop à ton "color" ;)


 
T'as raison j'ai juste fait un copier/coller  :sweat:

Reply

Marsh Posté le 10-04-2003 à 10:04:43    

os2 a écrit :

j'ai mis une couleur au hasard...
 
depuis que j'ai mis
 
body
{
 background-color: #7EA9D3;
 color: #ffffff;
}
 
j'ai pu de couleur en fond d'écran sous mozilla et phoinix... pourtant sous ie aucun problème
 
même en mettant
 
body
{
 background-color: #7EA9D3;
 BACKGROUND: #7EA9D3;
 color: #ffffff;
}
 
ça ne change rien


Le BACKGROUND ne sert à rien là... Tu n'as pas laissé les valeurs dans <body> ? URL ?


---------------
Incongru : une FAQ abandonnée sur les Standards du Web - FAQ périmée de blabla@Prog
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed