0
font-color inside table
i am very trying to put font color in table but i did'nt see any changes.... plz some body help me? table{ width:100%; font-size:20pt; font-color:white } table, th, td{ border:2px solid green; padding:0 0 0 0 ; margin:0 0 0 0; text-align:center; table-layout:fixed; }
2 odpowiedzi
+ 4
Remove the 'font-' from 'font-color:white' and don't forget the semi colon
table{
width:100%;
font-size:30pt;
color:white;
}
table, th, td{
border:2px solid green;
padding:0 0 0 0 ;
margin:0 0 0 0;
text-align:center;
table-layout:fixed;
}
+ 1
thank u very much