XF 1.4 notices

Brad P

Well-known member
morning,

im probably being really dump but im currently doing a notice for guests using the notices that come with XF.
im trying to put click "register" and the register being a link but its not doing it.
 
Try something like this:

Code:
<label for="LoginControl"><span style="font-weight: bold"><a href="login/">Log in or Sign up</a></span></label>
 
Top Bottom