function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santoshi K VSantoshi K V 

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
pandu ranga 8pandu ranga 8
hi

    <c:sectionHeader iconsrc="/img/icon/accounts32.png" title="Visualforce Auto-Complete Component" subTitle=" Auto-Complete Demo"/> 

Thank you
Santoshi K VSantoshi K V
Hi Pandu 
I tried using that,still its not working.