You need to sign in to do that
Don't have an account?

Font Color and Bonding
I have a field AccountLookup that must be a hyperlink and it should be in font colour and bolding.can any one suggest how to acheive this.
You need to sign in to do that
Don't have an account?
Hi Sharavani,
In case you want to apply some styles on standard salesforce layouts it is not easy and strongly NOT recommended.
You can use VF page to apply any css-styles you want.
Also you can use formula field to display something clickable or even display an image (but html markup is not allowed in formulas)
I guess you want something like this.
You can change the outputfield to the field you have.. suppose that link doesnt work than you can replace with the below one inside the < /> ::
Hope this will help you.
Thanks,
Abhishek
Hi shravani,
You can refer your formula field inside the <div> element in the VF Page.
However,you cant display in Standard Page. For more specific way or I can say other option, yo can also use Image inside the Formula Field.Hope this will resolve your Issue.
Thanks,
Abhishek