21288 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 689 Views |
-
LimitWordCount strips out html?

11 May 2011 at 8:52am
I found that using LimitWordCount on a HTMLText field, such as: $Content.LimitWordCount(20) tends to strip out any html elements within and the result is:
<dd>Check out this review from
CraveOnline[http://www.craveonline.com/film/articles/167047-thats-what-i-am-review]
for my latest film, THAT'S WHAT I AM. Opens in limited
release on April 29, 2011 and...</dd>Is there any other HTML-friendly method I can use instead, or is there a work-around for this?
-
Re: LimitWordCount strips out html?

11 May 2011 at 9:48pm Last edited: 11 May 2011 9:48pm
it doesn't seem to, it does - in order to count the number of words it removes the html code. It's not very straight forward I did write out some pseudo code but due to not being able to see my previous posts I cannot find it. The main concern is if you have a html like this...
<table><tbody><tr><td>This is more than five words right here</td></tr></tbody></table>
And then you get the first 5 words... it could damage the structure of your HTML displayed ont eh page very badly. Still very intrested in a solution... if there is one...
| 689 Views | ||
|
Page:
1
|
Go to Top |


