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

Custom image in VF page section header
Hi Team
I have an application in Apex and Visualforce.
I would like to change an icon of my application from default HOME to my own icon.
How do I do this?
I tried installing the package "Custom Section Header Icon For VF Pages", still its not working, icon is not seen.
Thank you
I have an application in Apex and Visualforce.
I would like to change an icon of my application from default HOME to my own icon.
How do I do this?
I tried installing the package "Custom Section Header Icon For VF Pages", still its not working, icon is not seen.
Thank you
<c:sectionHeader iconsrc="/img/icon/accounts32.png" title="Visualforce Auto-Complete Component" subTitle=" Auto-Complete Demo"/>
Thank you
I tried using that,still its not working.