D
|
DeStRoY author 11/24/2008 |
Nevermind... I figured it out by setting the field as HTML. Now I have another problem. I had it limited to view the first 80 char on the listings page but when set as HTML is lists all of the content. How do I fix this? |
![]() |
Sergey Kornilov admin 11/25/2008 |
HTML code cannot be truncated properly (without losing the formatting) |
D
|
DeStRoY author 12/1/2008 |
How would I go about it if I didn't care about losing the formatting (without changing the fact that the field is set as HTML)? HTML code cannot be truncated properly (without losing the formatting) |
J
|
Jane 12/2/2008 |
Hi, strValue = Left(strValue,200) |
D
|
DeStRoY author 12/3/2008 |
Thanks but this doesn't leave it set as HTML as I require. Any other ideas? Hi, use custom format on the "View as" settings dialog on the Visual Editor tab. Here is a sample: |
J
|
Jane 12/4/2008 |
Hi, |