You need to sign in to do that
Don't have an account?
Tobias Hagge
showHeader="true" remove header with CSS
Hello.
As far as my understanding goes is the only native way to include the help text in a Visualforce page by setting showHeader="true". I realloy don't want to show the Header though, is it possible to exclude this with CSS? I read in a different thread that the following would work, but it doesn't for me.
As far as my understanding goes is the only native way to include the help text in a Visualforce page by setting showHeader="true". I realloy don't want to show the Header though, is it possible to exclude this with CSS? I read in a different thread that the following would work, but it doesn't for me.
.bPageHeader{ display: none; }Any ideas?
http://mindfiresfdcprofessionals.wordpress.com/2013/09/21/hide-header-and-sidebar-without-using-apex-command/
Try the Code it will work. I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi