Author Topic: Hyperlinks  (Read 704 times)

Hao2does Hyperlinks in the "<>"?

I know that the straight forward hyperlink works, but what about eventing a chatmessage to display a hyperlink?

<a:no http link here>Text here.

Thanks.

Oh yeah, I've heard that you can justify text via "<>". Is this true?

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.


<justify:right>

It may end in </justify>, but probably not.
hmm, in the .30 cal machine gun script it's <just:right>, but as that doesn't work (dissapears when i click send) i might try this...


forgot to add:
<a:no http link here>Text here.
<a:link without http://>text here</a>

you forgot the ending


Is there a list of all the tags that can be used? I know <a>, <just>, <font>, and <color>. Are there any more?

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>

<shadow:color:number>

Really? Never seen it.

I know that <br> is your enter key for centerPrints, and <bitmap:directory/image.png> can be used for images.

I have yet to get <just> to work.

<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) 

What I generally use as a reference.... I know that some of these don't work in certain Blockland bits... I believe somewhere it was stated that <just> doesn't work in some of the client text things.