Whenever we add a new ad which has <a> tag, url mentioned in href gets replaced with ad_url text. I had noted that this url gets stored in parameters.
This is Ok if there is only one <a> tag. But if we have 2-3 <a> tags, only first url gets stored in parameters section.
is there a solution that href value did not gets replaced with ad_url text or all urls associated with <a> tags will gets stored in parameters and they will be accessed using some proper mechanism?
Thanks