Versions Compared

Key

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

Description

The HTML Progress macro adds a standard progress bar to your page. You can specify the progress, the max value, width and height.

Adding the Macro

Edit your page.

Select "+" => Other macros

Type in "html" in the Search box

Select the "HTML Progress" macro

Macro Options

Value

Enter a numeric value for the progress. This value corresponds to the Maximum Value.

Maximum Value

Enter a numeric value for the maximum here. It represents 100% or a full progress bar. This value corresponds to the Value.

Height

Enter a custom height for the display. Use a numeric value. It is interpreted as pixels. If Width is not set, the browser will automatically adjust the proportion.

Width

Enter a custom width for the display. Use a numeric value. It is interpreted as pixels. If Height is not set, the browser will automatically adjust the proportion.

Example

Will show like this:

Image Added


Style
div#main-content.wiki-content {
   font-size: 1.2em !important;
   font-family: Segoe UI, sans-serif !important;
}
.wiki-content .contentLayout2 .columnLayout .cell
{
  padding-left: 0px;
  padding-right: 0px;
}