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.
Posted under End User
This post was written by spotd on June 2, 2009


