Versions Compared

Key

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

Description

This macro adds a <cite> tag to your page. It is useful inside an HTML Blockquote macro.

Adding the Macro

Edit your page.

Select "+" => Other macros

Type in "html" in the Search box

Select the "HTML Cite" macro

Macro Options

The macro has no parameters.

Body

The body is plain text. Use style sheets to format it or put the macro inside an HTML Blockquote macro body.



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