SharePoint of the Day #50

You can remove the frames, header, and borders of web parts by going to the Web Part settings and setting the Chrome value to None.
This is especially useful for adding style or Javascript to a page using the Content Editor web part, without showing the webpart that added the code.
Delicious Digg [...]

Posted under End User

This post was written by spotd on June 9, 2009

Tags: ,

SharePoint of the Day #45

You can use the Content Editor Web Part to add style content to a web part page. For example, add a Content Editor web part to the front page, and then open the Source Editor to add the following code:
<style>
h3.ms-standardheader
{
background: #dddddd;
}
</style>
Your webpart headers should now appear grey.
For more elaborate style sheets you can [...]

Posted under End User

This post was written by spotd on June 2, 2009

Tags: ,

SharePoint of the Day #30

The User Tasks web part is very useful for showing users their current assignments, for example current workflow tasks.
Delicious Digg This Post

Posted under End User

This post was written by spotd on May 12, 2009

Tags: ,

SharePoint of the Day #25

If you close a web part by selecting Close from the drop-down menu of the web part, the web part is still be part of the page. To bring it back, or remove it from the page completely, go the the Edit Page mode and then click to Add a new web part. Click the [...]

Posted under End User

This post was written by spotd on May 5, 2009

Tags: