I am working on exact target to trigger email template to customers.
let say i have one Personalization element %%url_A%% and this url_A contains html another Personalization element %%url_B%%
Example:
Template: <table><tr><td>%%url_A%%</td><tr></table>
url_A : Hi, Welcome to our services to proceed further please clink on this url: <a href=%%url_B%%></a>
url_B : http://www.example.com
so using exact target i am able to replace %%url_A%% in html template but url_B not replacing.
Please suggest an answer to resolve this issue.