Sets the horizontal alignment style for text in the frame

Signature:

SimpleHTML:SetJustifyH(["element",] "justify")

Arguments:

  • element - Name of an HTML element for which to set properties (e.g. p, h1); if omitted, sets properties of the frame's default text style (string)
  • justify - Horizontal text alignment style (string, justifyH)
    • CENTER
    • LEFT
    • RIGHT