WoW:UIOBJECT SimpleHTML

Revision as of 23:22, 25 January 2006 by WoWWiki>Fandyllic

Some day this page can be filled in properly, until then, here's some notes on the markup supported:

It's very limited, there's 2 modes, HTML mode and plain mode. in HTML mode you have.

<HTML><BODY>...</BODY></HTML>
<P align="...">...</P>
<BR/>
<H1 align="...">...</H1>
<H2 align="...">...</H2>
<H3 align="...">...</H3>
<IMG SRC="Interface\\Pictures\\Linken_sepia_256px"/>
<A href="linkid">...</A>

I belive the IMG tag can take width and height, also.

In plain mode you have

|cRRGGBBAA - Set color
|r - Reset color
|Hlinkid|hlinktext|h - for Hyperlinks
Possibly |n as newline in some cases.