You need to sign in to do that
Don't have an account?
Image Missing in Header
I have defined a tab for a custom object and this tab uses an icon from a documents folder. It is a png file.
When I set the tabStyle in my visualForce page, however, the icon is not displayed. I have already verified that the image is set to externally available but is there something not properly setup in my page declaration?
Code:
When I use "Contact" or "Account" the icon for those objects gets displayed.
<apex:page tabStyle="Custom__c">
When I use "Contact" or "Account" the icon for those objects gets displayed.
Any thoughts?
-greg
Jill