lpg
(lpg)
Mars 23, 2010, 6:36
1
Bonjour,
je cherche à faire un test sur le logo de survol.
Si il y en a un l'afficher,
sinon afficher le logo normal.
Or, je me paume là car la chose suivant ne marche
pas.
[<a
href="#URL_ARTICLE ">
(#LOGO_ARTICLE_SURVOL|?{#LOGO_ARTICLE_SURVOL ,#LOGO_ARTICLE_NORMAL })
</a>]
Merci d'avance pour votre aide.
LPG
J-C
(Jean-Christophe)
Mars 23, 2010, 7:15
2
Lpg a écrit :
Bonjour,
je cherche à faire un test sur le logo de survol. Si il y en a un l'afficher,
sinon afficher le logo normal. Or, je me paume là car la chose suivant ne marche
pas.
[<a
href="#URL_ARTICLE ">
(#LOGO_ARTICLE_SURVOL|?{#LOGO_ARTICLE_SURVOL ,#LOGO_ARTICLE_NORMAL })
</a>]
Merci d'avance pour votre aide.
LPG
et si tu fais comme ça ?
<a href="#URL_ARTICLE ">
[(#LOGO_ARTICLE_SURVOL|?{#LOGO_ARTICLE_SURVOL ,#LOGO_ARTICLE_NORMAL })]
</a>
lpg
(lpg)
Mars 23, 2010, 7:44
3
Jean-Christophe Villeneuve <jcvilleneuve <at> cegetel.net> writes:
>
et si tu fais comme ça ?
<a href="#URL_ARTICLE ">
[(#LOGO_ARTICLE_SURVOL|?{#LOGO_ARTICLE_SURVOL ,#LOGO_ARTICLE_NORMAL })]
</a>
Et bien, c'est la même chose puisque c'est la même chose...
LPg
denisb1
(denisb)
Mars 23, 2010, 8:50
4
Le 23/03/10 20:44, Lpg a écrit :
Et bien, c'est la même chose puisque c'est la même chose...
je ferais (perso) au plus simple :
[(#LOGO_ARTICLE_SURVOL||sinon{#LOGO_ARTICLE })]
J-C
(Jean-Christophe)
Mars 23, 2010, 8:58
5
Lpg a écrit :
Jean-Christophe Villeneuve <jcvilleneuve <at> cegetel.net> writes:
et si tu fais comme ça ?
<a href="#URL_ARTICLE">
[(#LOGO_ARTICLE_SURVOL|?{#LOGO_ARTICLE_SURVOL,#LOGO_ARTICLE_NORMAL})]
</a>
Et bien, c'est la même chose :D puisque c'est la même chose...
LPg
et en doublant le pipe ?
[(#LOGO_ARTICLE_SURVOL||?{#LOGO_ARTICLE_SURVOL,#LOGO_ARTICLE_NORMAL})]
lpg
(lpg)
Mars 24, 2010, 12:22
6
denisb <denisb <at> laposte.net> writes:
Le 23/03/10 20:44, Lpg a écrit :
je ferais (perso) au plus simple :
[(#LOGO_ARTICLE_SURVOL||sinon{#LOGO_ARTICLE })]
Milles merci! Pourquoi se compliquer la vie !!!!
Ta solution marche super bien, denisb
LPG