Skip to main content
Hi ,

I have created a custom setting object with URL field and saved the url in that,Now I want to use that url as a hyperlink in my vf page ,

Can any one help m wtih syntax .

My syntax :

<a href="{!PartnerCommunityURL__c.getInstance().URL__c}" class="btn btn-sm btn-success btn-block"><i class="fa fa-key fa-fw"></i> LogIn</a>

Please help me
3 answers
  1. May 8, 2017, 7:34 AM
    Hi All,

    For this I have created Custom Lable and its working fine now,

    {!$Label.LabelName}
0/9000