Login  Register

Re: app_body_header

Posted by Harvey on Oct 23, 2013; 5:08am
URL: https://support.nabble.com/app-body-header-tp7584955p7587482.html

OK you can ignore my last 3 posts, I think I figured those issues out.

One new question:

I have one ad running in two sub-apps and have created a class for them called deals_img:

                     <n.if.equal value1="[n.id/]" value2="3646525">
                <then>
                    <n.set_css_header/>
                    <div id="deals_img" class='header-col'>                     
                     <a href="http://www.avantlink.com/click.php?tt=ml&amp;ti=97425&amp;pw=149617" rel="nofollow" target="_blank"><img src="http://www.avantlink.com/gbi/10065/97425/124793/149617/image.png" style="border:1px; margin:20px 0 0 0;" title="Best Deals on Lift Tickets!" alt="Liftopia" /></a>   
                    </div>
                </then>  
            </n.if.equal>
            
                       <n.if.equal value1="[n.id/]" value2="2531293">
                <then>
                    <n.set_css_header/>
                    <div id="deals_img" class='header-col'>                     
                     <a href="http://www.avantlink.com/click.php?tt=ml&amp;ti=97425&amp;pw=149617" rel="nofollow" target="_blank"><img src="http://www.avantlink.com/gbi/10065/97425/124793/149617/image.png" style="border:1px; margin:20px 0 0 0;" title="Best Deals on Lift Tickets!" alt="Liftopia" /></a>   
                    </div>
                </then>  
            </n.if.equal> 

The code is the same except for the app number:

value2="2531293"

and

value2="3646525"

I can't seem to join them together like this:

value2="3646525,2531293"
 
or like this:

value2="3646525|2531293"

can this be done to save some code?
HTTPS Please!