0 votes
by (690 points)

I want to add a clickable line of text (without using the link command) but I can't figure it out. 

My line of code is as follows

Click Here<admin| (click: ?admin)[(display: adminlogin)]

Where "Click" is plain text and "Here" is supposed to be clickable.

Can someone point out my error?

1 Answer

+1 vote
by (68.6k points)
selected by
 
Best answer

Your hook is missing its enclosing brackets.  For example:

Click [Here]<admin|

 

by (690 points)
Works now, thank you.
...