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
knicholsknichols 

hide header

Is there a way to hide the header other than in a visual force page?  Meaning, if I don't want to override the page using VF just hide the header, is there a way to do it?  Help!
Best Answer chosen by Admin (Salesforce Developers) 
David VPDavid VP
Add ?isdtp=mn to your url. That will hide the header and sidebar.

All Answers

David VPDavid VP
Add ?isdtp=mn to your url. That will hide the header and sidebar.
This was selected as the best answer
prageethprageeth

<apex: page showHeader="false">

knicholsknichols
David, thank you so much!!
Lewis KoppLewis Kopp

Is there s specific spot in the URL that this isdtp=mn needs to be?   Doesn't seem to be working for me.  I am getting the Salesforce page I want but it has headers.   What I am trying to do is show a specific account list view on the him page. 

Adil_SFDCAdil_SFDC

without using isdtp can i hide it using javascript?

Jonathan DaVaultJonathan DaVault

I found that showHeader="false" did not remove my header, perhaps this is a defect?

 

Therefore, I tried: 

 

<apex:page showHeader="false" sidebar="false"><iframe name="VisualForceLeads" src="/{your id here}?isdtp=mn" height="1000" width="100%"></iframe></apex:page>

 

and that removed the sidebar and the header immediately. 

 

Best,

 

Jon

shouse1.3916458976726274E12shouse1.3916458976726274E12
I'm making a tab within a customer community that links to the chatter feed, but I want to eliminate the header.  I included the ?isdtp=mn at the end of the url in the web tab, but when I go to the customer community it says that I'm not 

I included the ?isdtp=mn at the end of the url but now it's giving me an error saying that the browser is not compatible.  I don't understand how this is possible since I'm running it in Chrome?  Any suggestions?
Luis LLuis L
Hey shouse, I am having the same problem. Where you able to figure out how to show chatter without the header?

Thanks!

Luis
opazderskaopazderska
Here is another resolution post: http://help.salesforce.com/HTViewSolution?id=000176973&language=en_US

For me, adding the ?isdtp=mn to the end of the dashboard link helped though
opazderskaopazderska
Also here: http://www.ca-peterson.com/2011/11/magic-isdtp-param.html

I prefer the ?isdtp=nv - not as many striking colors ;-)
Ashwini Patil 11Ashwini Patil 11
How to hide title from lighting page?how to remove highlighted title?
Ashwini Patil 11Ashwini Patil 11
how to hide highlighted title?