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 

Are there examples of replacing salesforce headers

 

This project needs to be custom including 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    |                               |

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

 

I know this is a little archaic but, there are legacy pages I need to synch up with.

 

Thanks.

SurpriseSurprise

I am sure if I understood your question properly.

 

If you want to get rid of salesforce default headers then you can use attrbute saidebar="false" in visual force page and then you can create navigation menu bar using  <li> and <Ui> tags and use CSS to put them in the format in which you want to put,either horizontally or vertically.

 

I hope this helps.

rtyanasrtyanas

sideb="false" does 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 remove this?

 

Thanks.

salesforce1#salesforce1#
Hi

can we use showHeader="false";

and you can add your CSS.

Regards.