Overriding SharePoint Default CSS Styles

Overriding SharePoint Default CSS Styles

For the most part, all SharePoint sites look the same.  If you want to set your site apart from the others, you will need to modify the site’s style.  Lets say for example you wanted to change the CSS style of an item on all pages (perhaps the color of the title caption).  The easiest way to do that is to open the master page and add the styles there: Open the master page (/_catalogs/MasterPage/default.master) Add the style: <style type="text/css"> .ms-pagecaption{ col...

Read the full article

Changing SharePoint 2007 Link Lists to Open in a New Window

Changing SharePoint 2007 Link Lists to Open in a New Window

Excerpt from http://weblogs.asp.net/bryanglass/archive/2008/03/07/changing-links-list-in-sharepoint-2007-to-open-in-new-browser-window.aspx First, open the schema file for the links list feature.  In my case, it was located at: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\LinksList\Links\schema.xml In this file there should be two instances of the following: <Column Name="URL" HTMLEncode="TRUE" /><HTML><![CDATA[&quo...

Read the full article