Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Upload an image file into the skin's folder.
  • Modify the custom.js or start.html files to reference the new logo.

 


In our examples we will change the logo for a Genie skin named, "Gradient". In a default Profound installation the Gradient skin's folder in the IFS is here:

...

Then find your skin, click on the "+" to expand it, and click "Edit start.html":

Image RemovedImage Added

You'll now see the file's contents to the right.

...

Save the start.html file, then reload a Genie page, and you should see the logo you uploaded.

That's it!

Note that if your logo is a JPG file you should have saved the uploaded image as logo.jpg, and used this HTML tag instead:

    <img src="/profoundui/userdata/genie skins/Gradient/logo.jpg" />

 



Note also: if you are using a different skin, you would have uploaded the file to that skin's folder and replaced "Gradient" with your skin name. So for the Hybrid skin, you'd have uploaded the image to:

...

The image is anchored to the DIV element whose id is "5250". You can experiment with the position by changing the left and top values.