Based on this page :
http://demo.gavick.com/joomla25/cloudho ... ns-answers
I do this on my site :
- Code: Select all
<h3>Question ?</h3>
<p>Answer</p>
<h3>Question ?</h3>
<p>Answer</p>
This work perfectly, great.
But, if I add a <ul><li> the bullets are never hide.
- Code: Select all
<h3>Question ?</h3>
<p>Answer</p>
<h3>Question ?</h3>
<p>Intro answer:
<ul>
<li>step 1</li>
<li>step 2</li>
</ul>
</p>
<h3>Question ?</h3>
<p>Answer</p>
Is there a solution ?
- Rick -