Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Hiding Help Link on Top of Portal Pages

  Asked By: Chelsea Gray         Date: Oct 23, 2006      Category: Sharepoint      Views: 258
 

I have added the CSS neccessary to hide the links for my site and site
settings. I need to hide the help link from the page as well. Anyone
have a suggestion for hiding the Help Link? I looked through the HTML
and noticed that microsoft, being consistent as usual, inadvertantly
did not put an ID for the A tag for the help link.

Tagged:                

 

2 Answers Found

 
Answer #1       Answered By: Damon Garner          Answered On: Oct 23, 2006       

Well you can always add a <div> tag  before Help Link and hide  the <div> tag id. Or what about commenting out this line from the Onet.XML

<NavBarLink Name="Help" Url="javascript:HelpWindow()">

 
Answer #2       Answered By: Royce Orr          Answered On: Oct 23, 2006       

Here's what I did. I simply inserted this at the end of the css  file
because I don't want site  settings, help, or my site to show up on the
portal.

sps.css

.ms-banner{display:none}

 
Didn't find what you were looking for? Find more on Hiding Help Link on Top of Portal Pages Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].