Hi everyone, I'm trying to center a link. I have u...
# advancedpdf
l
Hi everyone, I'm trying to center a link. I have used the <div>, style and the WYSIWYG but the link is still displayed on the left. <#if record.custbody_mes_invl_end_customer_link?has_content> <div style="text-align: center"><a href="${record.custbody_mes_invl_end_customer_link}" target="_BLANK">Click Here to Pay Now</a></div></#if> <div style="text-align: center"> <#if record.custbody_mes_invl_end_customer_link?has_content> <a href="${record.custbody_mes_invl_end_customer_link}" target="_BLANK">Click Here to Pay Now</a></#if></div> <#if record.custbody_mes_invl_end_customer_link?has_content><a href="${record.custbody_mes_invl_end_customer_link}" target="_BLANK" style="text-align: center">Click Here to Pay Now</a>