• Trying to use macros with dynamic hyperlinks following the examples. In this simple case, I would only show links 2-10 if there is more than one link. This doesn’t work, and prints all links plus #macro end if in the published table. Sorry if this is something obvious! Any ideas?

    <a href="$$artist_link1$$">$$artist_link1$$</a>
    #macro if "$$artist_link2$$" != ""
    	<br>
    	<a href="$$artist_link2$$">$$artist_link2$$</a><br>
    	<a href="$$artist_link3$$">$$artist_link3$$</a><br>
    	<a href="$$artist_link4$$">$$artist_link4$$</a><br>
    	<a href="$$artist_link5$$">$$artist_link5$$</a><br>
    	<a href="$$artist_link6$$">$$artist_link6$$</a><br>
    	<a href="$$artist_link7$$">$$artist_link7$$</a><br>
    	<a href="$$artist_link8$$">$$artist_link8$$</a><br>
    	<a href="$$artist_link9$$">$$artist_link9$$</a>
    	<a href="$$artist_link10$$">$$artist_link10$$</a>
    #macro end if
    • This topic was modified 5 years, 3 months ago by muellmusik.

    The page I need help with: [log in to see the link]

The topic ‘Dynamic Hyperlink Macro doesn’t work’ is closed to new replies.