WoW:UIOBJECT SimpleHTML: Difference between revisions

→‎Basic elements: added display information
(→‎Basic elements: added display information)
Line 9: Line 9:
Where the HTML element must be provided and must contain the BODY element.
Where the HTML element must be provided and must contain the BODY element.


The BODY element can contain block elements.
The BODY element can contain block elements.  Anything not contained within a block element is not displayed.


===Block elements===
===Block elements===
Line 16: Line 16:
* <tt>&lt;H3 [align="left|center|right"]&gt;</tt>
* <tt>&lt;H3 [align="left|center|right"]&gt;</tt>
* <tt>&lt;P  [align="left|center|right"]&gt;</tt>
* <tt>&lt;P  [align="left|center|right"]&gt;</tt>
Block elements can contain other block elements, inline elements and plain text.
Block elements can contain other block elements, inline elements and plain text.  However other block elements will not be rendered (they will still be checked for valid html).


===Inline elements===
===Inline elements===
Anonymous user