Thanks.Oh yeah, I've heard that you can justify text via "<>". Is this true?
<justify:right>It may end in </justify>, but probably not.
<a:no http link here>Text here.
<just>*
Is there a list of all the tags that can be used? I know <a>, <just>, <font>, and <color>. Are there any more?
<shadow:color:number>
<font:fontName:fontSize> - sets the font and fontsize as indicated. Example: <font:Arial Bold:20> <tag:???> - not sure what this does <color:rrggbb> - sets text color in hex format. Example: <color:ff0000> will display red text <bitmap:filePath> - displays a bitmap image indicated by the file path. Example: <bitmap:demo/client/ui/seperator> <spush> - saves the current text formatting so that temporary changes to formatting can be made. Used with spop. <spop> - restores the previously saved text formatting. Used with spush. See the file "3. Gui Editor.hlf" included with the TGE demo for an example of usage. <sbreak> - not sure what this does <just:left> - left justify <just:right> - right justify <just:center> - center justify <a:ExternalURL>LinkTitle</a> - inserts a hyperlink into the text which will open the user's browser. The external URL does not need the "http://" format. Example: <a:www.garagegames.com>Garage Games Website</a> <lmargin: ##> - sets the left margin <lmargin%: ##> - sets the left margin (not sure what the % does) <rmargin: ##> - sets the right margin <rmargin%: ##> - sets the right margin (not sure what the % does) <clip:> - not sure what this does <div:> - not sure what this does <tab:##(,##,etc)> - sets the tab stops (multiple tabs are separated by commas)
a href