comment le colorée en html?
merci













Ben nonmoi a écrit : il n'existe pas d'UDF qui colore le html avec une simple fonctions?











Code : Tout sélectionner
couleur1=html,head,body
couleur2=background-image,background,font-sizeCode : Tout sélectionner
Dim $couleur1[3] = ['html', 'head', 'body']
Dim $couleur2[3] = ['background-image', 'background', 'font-size']Code : Tout sélectionner
Dim $couleurs[2][3] = [['html', 'head', 'body'],['background-image', 'background', 'font-size']]
