Jours importants invisible dans calendrier
Fermé
pierandclai
Messages postés
2
Date d'inscription
jeudi 19 février 2009
Statut
Membre
Dernière intervention
20 février 2009
-
19 févr. 2009 à 04:22
pierandclai Messages postés 2 Date d'inscription jeudi 19 février 2009 Statut Membre Dernière intervention 20 février 2009 - 20 févr. 2009 à 19:59
pierandclai Messages postés 2 Date d'inscription jeudi 19 février 2009 Statut Membre Dernière intervention 20 février 2009 - 20 févr. 2009 à 19:59
A voir également:
- Jours importants invisible dans calendrier
- Compte facebook suspendu 180 jours - Guide
- Clé usb invisible - Guide
- Importer calendrier outlook dans google agenda - Guide
- Calendrier partagé google - Guide
- Compte instagram suspendu 180 jours - Guide
2 réponses
? jimmy ?
Messages postés
25
Date d'inscription
lundi 2 février 2009
Statut
Membre
Dernière intervention
27 novembre 2009
3
20 févr. 2009 à 14:10
20 févr. 2009 à 14:10
h
pierandclai
Messages postés
2
Date d'inscription
jeudi 19 février 2009
Statut
Membre
Dernière intervention
20 février 2009
20 févr. 2009 à 19:59
20 févr. 2009 à 19:59
Bonjour à tous,
Maintenant le calendrier est fonctionnel sur un serveure en php, pas sur un en php5.
J'ai essayé beaucoup de combinaisons :
Sur mon serveur php5 :
En changeant le Doctype 1.0 strict pour Doctype transitional et en codant :
[code]if(isset($coloreNum) && $coloreNum == $i) echo 'd_jour">';
else if(in_array($i . "_" . $numero_mois . "_" . $annee, $d_important)) echo 'd_important">';[/code]
Je vois les jours importants ( http://ppzx.net/calendrier_test.php5 ) (toujours la même CSS pour tous ces essais : css.css)
Même codage, mais avec Doctype strict, pas de jours importants ( http://ppzx.net/calendrier_test2.php5 ).
Avec ( http://ppzx.net/ )
[code]if(isset($coloreNum) && $coloreNum == $i) echo 'd_jour">';
else if(in_array($i . "_" . $numero_mois . "_" . $annee, $d_important)) echo 'td" bgcolor="#EE3300">';[/code]
Pas de jours importants visibles. Pas de problème de la même csss !
Quand je le passe au W3C
[code]Line 72, Column 548: there is no attribute "bgcolor".
â¦s="td">23</td><td class="td" bgcolor="#EE3300">24</td><td class="td">25</td><
â
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.[/code]
J'aurais bien besoin de vos lumières ! pierandclai
voici le calendrier et sa CSS : http://ppzx.net/calendrier.txt
Maintenant le calendrier est fonctionnel sur un serveure en php, pas sur un en php5.
J'ai essayé beaucoup de combinaisons :
Sur mon serveur php5 :
En changeant le Doctype 1.0 strict pour Doctype transitional et en codant :
[code]if(isset($coloreNum) && $coloreNum == $i) echo 'd_jour">';
else if(in_array($i . "_" . $numero_mois . "_" . $annee, $d_important)) echo 'd_important">';[/code]
Je vois les jours importants ( http://ppzx.net/calendrier_test.php5 ) (toujours la même CSS pour tous ces essais : css.css)
Même codage, mais avec Doctype strict, pas de jours importants ( http://ppzx.net/calendrier_test2.php5 ).
Avec ( http://ppzx.net/ )
[code]if(isset($coloreNum) && $coloreNum == $i) echo 'd_jour">';
else if(in_array($i . "_" . $numero_mois . "_" . $annee, $d_important)) echo 'td" bgcolor="#EE3300">';[/code]
Pas de jours importants visibles. Pas de problème de la même csss !
Quand je le passe au W3C
[code]Line 72, Column 548: there is no attribute "bgcolor".
â¦s="td">23</td><td class="td" bgcolor="#EE3300">24</td><td class="td">25</td><
â
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.[/code]
J'aurais bien besoin de vos lumières ! pierandclai
voici le calendrier et sa CSS : http://ppzx.net/calendrier.txt
20 févr. 2009 à 15:20
Je lis H seulement !
Sans t'offenser, je crois que cela ne m'avance pas beaucoup.
Merci quanf même,
Amitiés, andpierclai