We are attempting to ensure that our blockquote element appears on a separate line. Despite trying both clear:both and display:block CSS properties, we have not noticed any changes. Our target browsers are IE7 and Firefox 3. Any assistance would be greatly appreciated.
<p> This is text </p>
<p> This is text </p>
<blockquote style='clear:both;display:block;float:left' >
<p> This is text </p>
</blockquote>
<p> This is text </p>
<p> This is text </p>