Quote

If you want to display a quote from a happy user or developer then we provide CSS to make it stand out from the rest of your content.

Or use this html in the column for a slightly different style

To use this simply add the following <div> elements using a RichText / HTML paragraph.

 

	

<div id="proj_quote">
    <div class="quotebubble">
        <q>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent hendrerit. Nulla rhoncus lectus eu turpis. Vivamus neque felis, tincidunt sed, tincidunt non, suscipit et, nisl. Nam tincidunt. Suspendisse nunc nibh, pharetra tincidunt, vulputate at, sollicitudin eget, lectus. Nam neque. Cras porttitor. Phasellus at libero.</q>
    </div>
</div>

<div id="proj_cite">
    <cite><strong>Independant Contributor</strong> Austin, Texas.</cite>
</div>