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
HeenaHeena 

How to hide Page Footer

Hi,

 

I am developing a visualforce page and want to hide the page footer with the tab links  and the copyright. Can anyone tell me how to go about it?

 

Thanks,

Heena Bhatnagar

shillyershillyer

Hi Heena,

 

I'm not sure you can just remove the footer. Once you remove the header using the following, the footer and sidebar are automatically removed.:

 

<apex:page showheader="true"> </apex:page>

 

 

Best,

Sati

Message Edited by shillyer on 03-26-2009 03:37 PM
HeenaHeena

Thanks Sati, but i want to keep the header and hide just the footer.

 

Regards,

Heena