I added some language settings for a field that I have. In each string, I put a <br> at the end...That way when it gets displayed on the webpage, it will display vertically.
Now the issue is that on the profile page, instead of running the "<br>" code, it converts it so that it gets displayed as text.
So basically after each "option", there is a <br> at the end that the user sees. Is there a way to make the profile page run the code rather than convert?
I've tried different combinations of <br>, </br>, </ br>....etc etc ....and with no luck. :-(
any ideas?