Hi,
I am trying to format some text so that it appears on separate lines so I am using the <br> tag in my ApplicationResources.properties file. help.info = First sentence of help. <br> Second sentence <br> Third etc... The <br> tag is coming out as text on the page and in the source it is translated as <br> Is there a way to get around this without breaking the string into a number of sentences? Thanks, CH