Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sharepoint themes

Status
Not open for further replies.

robmazco

IS-IT--Management
Joined
Jan 24, 2008
Messages
600
Location
US
I am trying to add in this XMas theme to Sharepoint -
It seems when I click link to the theme, it goes now where. I was able to get the snowflake DWP part elsewhere but the nice red border and lights I cant locate.
Does anyone have holiday themes I can follow links too?
 
Heres the snowflake theme Im using on my homepage in Sharepoint, is added in as a webpart and works great -

Its Snowflake.DWP.

Now heres the piece of code for the snowflake to grab the gif:

//Configure below to change URL path to the snow image
var snowsrc="
So does the .dwp point to this site everytime to download the gif?

I have my own snowflake gif on my pc I want to put in there, so should it read?:

//Configure below to change URL path to the snow image
var snowsrc="c:\snowflake.gif";

When I try this, I get the falling boxes, but they are blank with the little gif logo in the upper left corner.
Ideas on how to get my own gif in there?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top