Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do you detect a line break in a 'textbox multiple' datatype and output this as <br/> using XSLT?
Cheers
Give this a try
<xsl:value-of select="umbraco.library:ReplaceLineBreaks(data[@alias='bodyText'])" disable-output-escaping="yes" />
Changing bodyText to the name of your property alias.
Matt
Perfect. Cheers!
No problem
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Detect and output linebreak in textarea
How do you detect a line break in a 'textbox multiple' datatype and output this as <br/> using XSLT?
Cheers
Give this a try
Changing bodyText to the name of your property alias.
Matt
Perfect. Cheers!
No problem
Matt
is working on a reply...