Hi team,
I want to use the generalised URL in few of the templates.
For that i have created one option variable and have given the URL Link in the option variable.
Now in personalisation block i want to use that link and through <a href > i have included Option variable.
But while deploying template i am unable to see that as a link. Below is the snippet
<a href="<%= include option='URL_Link' %>" style="text-decoration: none; color: #0096db; font-family:Arial,sans-serif;" xt="SPCLICK" name="Start_Now" target="_blank">
Start Now ›
</a>
Here "URL_Link" is the name of Option variable whose value contain one URL.
Please help me with this.
Thanks
Solved! Go to Solution.
Hi Visakha,
The syntax is:
<%@ include option='NmsServer_URL' %>
and you put a = sign instead of @
Regards
J-Serge
Hi Visakha,
The syntax is:
<%@ include option='NmsServer_URL' %>
and you put a = sign instead of @
Regards
J-Serge
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies