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 opt to include a css file rather than edit the source code directly.

You can use the same trick to add JavaScript to a page.

Post to Twitter Post to Delicious Delicious Post to Digg Digg This Post

Posted under End User

This post was written by spotd on June 2, 2009

Tags: ,

Like this tip? Hate it? Vote here

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

What do you think if this tip?

Name (required)

Email (required)

Website

Comments

More Blog Post

Previous Post: SharePoint of the Day #44