Umbraco 8:
<p>@Html.StripHtml(@Html.Truncate(@item.Value("bodyText").ToString(), 65))
(Thanks to A.S for the above)
Umbraco 7:
<p>@Umbraco.StripHtml(@Umbraco.Truncate(@Umbraco.Content(1067).bodyText, 300))</p>
I am Mark Downie a web developer who uses the Umbraco CMS. You can see examples of my Umbraco web sites at: http://www.markdevelopment.co.uk If you have any questions, please contact me. Thanks
Comments
Post a comment