◊ CSS Reference Chart for SharePoint 2007 (Microsoft Office SharePoint Server 2007 and Windows SharePoint Services v3) Link
◊ Image Reference Guides for SharePoint 2003 Link
◊ Page CSS Element Link
◊ Master Page Element Link
◊ How to: Create a Minimal Master Page Link | DefaultPPY.master (5.45 kb)
SharePoint Tips :
- Hide the Site Settings Link in Portal?
To quickly hide the Site Settings link in portal, add this to your custom style sheet:
#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.