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
rtyanasrtyanas 

Replace top and sidebar

 

I need to customize the header.  Are there examples of replacing the salesforce header with my own style links?  I need to use a format of links across the top of the page using a custom format of a bar

 

------------------------------------------------------------------------

         Home      |      Technical      |       Contact Us    |

                          |     Information    |                               |

------------------------------------------------------------------------

 

sidebar="false" will remove the sidebar but, when I try it there is still a header.  Will the CSS formatting help with this?  With sidebar="false" the side bar is removed but, I still have the standard salesforce header with the search, user name, help and app menu at the top.  Any way to replace this?

 

Thanks.

 

 

sivaextsivaext

Hi

 

if you want remove header ,

 

use below tag 

 

ShowHeader= flase; 

 

<apex:page showgeader=false sidebar = false>

GlenSteinhardtGlenSteinhardt

All kinds of things wrong with that last post. :)  General idea is correct, but proper formatting (and spelling) is as follows:

 

<apex:page sidebar="false" showHeader="false">