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
rebvijkumrebvijkum 

How to hide the footer from visualforce page without using showheader="true"

I want to hide the footer but not header from visualforcepage, I know we can do by <apex:page showHeader="false" applyHtmlTag="false" standardStylesheets="false"> but i want the header to be shown.

User-added image
Ramu_SFDCRamu_SFDC
Althought I do not think it is possible as it is a kind of privacy/copyright information. I came across this post that has a workaround for the same. see if this works.

https://developer.salesforce.com/forums?id=906F000000097m8IAA
rebvijkumrebvijkum
That removes only the text in the footer, but not the footer. i could do that by using  <apex:page showHeader="false" applyHtmlTag="false" standardStylesheets="false"> but i don't want header to be removed 
Ramu_SFDCRamu_SFDC
In that case I do not think it is possible to remove just the footer.