Search the FirstSpirit Knowledge Base
Hi,
Could you please tell any one tell me.
How to add break tag in CMS_INPUT_TEXTAREA
If I go for CMS_INPUT_DOM, it's coming with dafault template i.e P tag
Expection
Hi <br>
Dummy Test <br>
dummy test <br>
Thanks in advance
Hello,
you need to replace line breaks with <br> tags manually.
$CMS_VALUE(st_textarea.replace("\n","<br />"))$
Best regards
Tim
Thanks for the reply. Its really helpfull for me.
never-displayed