How can I display the text <%username%>?

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

I am writing instruction to accompany my 'sendNewsletter' page. In the text
I want to instruct the user that by writing
<%username%>

in the text, this placeholder will be replaced by the recipients username.

But how do I display the text '<%username%>' without the server replacing it
with the current username? I could make it as am image, but is there an
easier way?

JJ
 
Back
Top