View Single Post
03-31-05, 04:27 PM   #1
Aerotechx
A Defias Bandit
Join Date: Mar 2005
Posts: 2
Link code help needed!

hi there.

I'm making my own UI and want to add a button on the login screen. Well the button etc. is there but I don't know the right XML Code for a link to my site...

this is what I got:

Code:
<Button name="AccountLoginVisitThor" inherits="GlueButtonSmallTemplate" text="Visit THoR">
	<Anchors>
		<Anchor point="BOTTOMLEFT">
			<Offset>
				<AbsDimension x="10" y="120"/>
			</Offset>
		</Anchor>
	</Anchors>
	<Scripts>
		<OnClick>
			HERE THE LINK CODE SHOULD BE I THINK!
		</OnClick>
	</Scripts>
</Button>
Hope someone can help me.

the link will be: http://www.thor.ingame.org



sincerely,

AerotechX


edit

This is in the AccountLogin.xml ofcourse :-)

Last edited by Aerotechx : 03-31-05 at 04:41 PM.
  Reply With Quote