Probleme d'attribut [W3C] - HTML/CSS - Programmation
Marsh Posté le 30-06-2002 à 14:57:01
.tableau {border-color: black; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px}
et tu rajoutes class="tableau" dans <table>
Marsh Posté le 30-06-2002 à 14:30:06
Bonjour a tous,
je cherche a rendre mon code html W3C compiant via la page : http://validator.w3.org/
et voici ce que j'ai en retour :
Error: there is no attribute "BORDERCOLOR" for this element (in this HTML version)
(attribut de la balise <TABLE> ) d'apres ce que j'ai pu comprendre cet attribut n'existe pas pour Netscape....
Comment puis je faire si je veux tout de même le border?