Validation W3C avec "marginwidth="0"" dans <body> - HTML/CSS - Programmation
Marsh Posté le 06-04-2004 à 11:24:43
Bonjour, Je me mets au HTML et quand teste la validité (W3C) de ma page, j'ai 4 erreurs du style :
Line 156, column 79: there is no attribute "MARGINWIDTH" (explain...). ...#FEFECC" vlink="#FEFECC" marginwidth="0" marginheight="0" leftmargin="0" topm
sur la ligne : <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> Comment faire pour résoudre ce petit probleme de marge ? Merci d'avance, E.
Marsh Posté le 06-04-2004 à 11:26:58
Dans le CSS : body { margin: 0px; padding: 0px; }
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 06-04-2004 à 11:24:43
Bonjour,
Je me mets au HTML et quand teste la validité (W3C) de ma page, j'ai 4 erreurs du style :
Line 156, column 79: there is no attribute "MARGINWIDTH" (explain...).
...#FEFECC" vlink="#FEFECC" marginwidth="0" marginheight="0" leftmargin="0" topm
sur la ligne : <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
Comment faire pour résoudre ce petit probleme de marge ?
Merci d'avance,
E.
Message édité par everest01 le 06-04-2004 à 11:49:36