Versions Compared

Key

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

...

Code Block
languagexml
<div>
    <p class="xlarge bold center">{$CURRENCY_WITH_AMOUNT}<>$10.50</p>
</div>
  • Labeled Text Element

Code Block
<div>
    <label class="left bold">MID</label>
    <span class="right">{$MID}<>1092839010</span>
</div>

The class attribute can be used to control text-align, text-style and text-size properties:

...