I'm using the plugin to show a slideshow of of text in <p></p> tags. Before the first <p> an extra </p> is inserted, and then at the end and extra <p> is inserted. I've tried using <div>, which solves the problem of the first errant </p>, but not the last <p>.
This is what the code looks like:
<div></p>
<p> ... </p>
<p> ... </p>
<p> ... </p>
<p></div>
Any suggestions would be greatly appreciated.