Is there a built in (or easy) method of shortening the length of a title when it is displayed in a template (ie. if the title becomes too long and wants to text wrap). Perhaps even add a “...” to titles that are too long to display properly?
ie.
{exp:channel:entries channel="articles" limit="15" dynamic="no" orderby="date" }
<div class="sidebar-item">
<h5>{title}</h5><p> <!-- to a maximum of say 50 characters --><br />
<i>{categories}{category_name}{/categories}</i></p>
<p> <a href="/{channel_name}/view/{url_title}">View Ad</a><br />
</div><br />
{/exp:channel:entries}