Customizing MicroStrategy Web help

You can customize various aspects of the MicroStrategy Web help to suit your users' needs and to incorporate your company's branding and look and feel.

Steps below show you how to:

Warning

To customize MicroStrategy Web help

  1. Navigate to the folder that contains the MicroStrategy Web help. By default, this folder is Program Files\MicroStrategy\Web ASPx\help. Then open one of the following folders, depending on the version of MicroStrategy Web help that you want to modify:

  2. Open the userhelp.css file in an HTML editor.

  3. To change the font of the main heading at the top of each help topic, adjust the tags in the H1 { } section of the file.

  4. To change the font of the text in each topic, adjust the tags in the P { } section of the file.

  5. To change the font of the numbered steps in each topic, adjust the tags in the LI.P { } section of the file.

  6. To change the font of the procedure introduction (for example, "To create a filter") in each topic, adjust the tags in the H2 { } section of the file.

  7. To change the font of the "Related topics" text in each topic, adjust the tags in the H3 { } section of the file.

  8. Save and close the userhelp.css file.

  9. Open the userhelp.css file in an HTML editor.

  10. Adjust the background-color in the BODY { } section of the file.

  11. Save and close the userhelp.css file.

  12. Open the whtdhtml.htm file in an HTML editor.

  13. To modify the background color of the table of contents area, adjust the setBackgroundcolor("White"); section of the file.

  14. To modify the highlight color when a topic name is selected in the table of contents, adjust the setActiveBgColor("Silver"); section of the file.

  15. To modify the fonts used in the table of contents, adjust the following sections of the file:

  16. Save and close the  whtdhtml.htm  file.

  17. Open the whskin_tbars.htm file in an HTML editor.

  18. Change the name of the default mstrlogo.gif file to the name of the required image file.

  19. Save and close the whskin_tbars.htm  file.

  20. Open the whskin_mbars.htm file in an HTML editor.

  21. Adjust the appropriate code.

  22. Save and close the  whskin_mbars.htm file.

  23. Open the whskin_tbars.htm file in an HTML editor.

  24. Adjust the appropriate code.

  25. Save and close the whskin_tbars.htm  file.

  26. Confirm your changes by logging into MicroStrategy Web and refreshing the help.