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
guna malliguna malli 

remove the logo on browser bar

How to change tab bar logo in every tab,i don't know .please explain clearly??that code where i writedown explain??
 
SandhyaSandhya (Salesforce Developers) 
Hi,

You can replace it with customized logo in customized Visualforce page

You can use below code to change your icon. You have to write this in visual force page.
upload your image in a static resource then you use that in visual force page 
<link rel="shortcut icon" href="{!URLFOR($Resource.my_favicon)}" type="image/x-icon"/>

And also refer below post to have more information.

https://developer.salesforce.com/forums/?id=906F000000098KAIAY

Hope this helps you!

Thanks and Regards
Sandhya

 
guna malliguna malli
i save image in static resource after what can i do?? plzz explain??i don't know?? 
i create new visual force page?/After i copy this code ??where i go??