test sur #LOGO_ARTICLE_SURVOL

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

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>

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 :smiley: puisque c'est la même chose...

LPg

Le 23/03/10 20:44, Lpg a écrit :

Et bien, c'est la même chose :smiley: puisque c'est la même chose...

je ferais (perso) au plus simple :
   [(#LOGO_ARTICLE_SURVOL||sinon{#LOGO_ARTICLE})]

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})]

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