J'ai ce message et je n'arrive pas à régler le problème :
<body id="">
The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.
Voici mon code
Ou est le problème ?
Merci
Modifié par Julihus (29 Mar 2006 - 09:10)
<body id="">
The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; the variant “selected=""” is not allowed.
Voici mon code
<body id="<?php echo $_GET['id']; ?>">
Ou est le problème ?
Merci
Modifié par Julihus (29 Mar 2006 - 09:10)