Re: How do I make the register button more visible.
Posted by
Harvey on
URL: https://support.nabble.com/How-do-I-make-the-register-button-more-visible-tp7050181p7059481.html
Not positive but I think the NAML Macro is
register_link
it looks like this:
<macro name="register_link" dot_parameter="text" parameters="title">
<a href="[n.register_path /]" title="[n.title/]" rel="nofollow"><n.default to="[t]Register[/t]" text="[n.text/]"/>
</macro>
you could take the [t]Register[/t] and put it in ALL CAPS [t]REGISTER[/t] or maybe [t]REGISTER HERE[/t]
?
Or put it in bold, or make it an h3 tag?
HTTPS Please!