- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-16-2016
06:42 AM
Adding <br> tag in CMS_INPUT_TEXTAREA
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
Labels
- Labels:
-
Developers
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-17-2016
06:31 AM
Hello,
you need to replace line breaks with <br> tags manually.
$CMS_VALUE(st_textarea.replace("\n","<br />"))$
Best regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-20-2016
01:44 AM
Thanks for the reply. Its really helpfull for me.

