Hide Address Book button on WSS/SPS

MicrosoftSharePointTechnology

In some instances where you have a WSS install in an enviornment which does not have Outlook Address book features you may want to hide the “Address Book” button on the add users screen. You can easily do this by adding this CSS code to the OWS.CSS file

/* Hide Address Book Button */ #AddrBookID {  visibility:hidden;  margin: 0 0 0 0; }

← Back to blog