In SharePoint Portal, if you want to hide the Site Settings link under Site Actions, add this to your custom style sheet (CSS):
#SettingsOrReturnURL {display: none}
All this does is change the display of the link itself to none.
So you aren't actually removing it from the code.
No comments:
Post a Comment