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
Greg HGreg H 

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:
<apex:page tabStyle="Custom__c">

When I use "Contact" or "Account" the icon for those objects gets displayed.
 
Any thoughts?
-greg
jwetzlerjwetzler
Hi Greg.  This is a known issue and will be fixed in the next Visualforce release.

Jill
Greg HGreg H
Thanks Jill.  I thought I was missing something but I'm glad I'm not.
-greg