Is it possible with smarty to somehow limit the text displayed? For example say I have something like
and I wanted to restrict the # of characters (and possibly add "..." at the end of it if it was to long), how could I do this?Code:<h1>{$headline}</h1> <p>{$article}</p>





Bookmarks