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 strongm 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.
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