Versions Compared

Key

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

Description

The HTML Small Text macro adds an <small> element to your page. It has no paramaters but provides a body where you can enter text to be displayed in a smaller font size.

Adding the Macro

Edit your page.

Select "+" => Other macros

Type in "html" in the Search box

Select the "HTML Small Text" macro

Macro Options

This macro has no parameters

Element ID

If you need to address your element via an ID, e.g. in a stylesheet or via Javascript, enter the ID here. Make sure, the ID is unique on your page.

CSS Classes

If you need to style your element via an external style sheet, enter all class names here, separated by a blank.

Inline Styles

You can add inline styles to your element here, ending with a semicolon, e.g. "color:#ffffff;background-color:#000099;".

Tooltip Title

Enter a simple text here that will popup as a tooltip when the mouse is hovered over the element.

Custom Attributes

You can enter fully specified custom attributes here separated by blanks, e.g.: data-animal="cat" data-color="red".

Body

Use the body to display small text.

Will show like this:



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;
}