Level: Very Simple Descption: This will create a 1 pixel outline box to include quotes in. Usage Description: Create an element of type insets, called StoryQuote or whatever you like. Make it a subelement of your page element. In the StoryQuote element, create two custom fields called Quote and WhosQuote. Make Quote a text area and WhosQuote a text box, set the parameters to whatever you think you'll need. Now create a template for StoryQuote using the code below and when you need a quote in your story, just include the StoryQuote element in your page.
 

"<% $element->get_data('quote') %>"

- <% $element->get_data('whosquote') %>