Creating Content Tabs in Canvas
Use this HTML Code
<div class="enhanceable_content tabs">
<ul>
<li><a href="#fragment-1"><span>TEXT for First Tab</span></a></li>
<li><a href="#fragment-2"><span>TEXT for Second Tab</span></a></li>
<li><a href="#fragment-3"><span>TEXT for Third Tab</span></a></li>
<li><a href="#fragment-4"><span>TEXT for Fourth Tab</span></a></li>
<li><a href="#fragment-5"><span>TEXT for Fifth Tab</span></a></li>
</ul>
<div id="fragment-1">
<h3><strong>Text for first tab</strong></h3>
<p>Please select this text and replace with your own content. </p>
</div>
<div id="fragment-2">
<h3><strong>Text for second tab</strong></h3>
<p>Please select this text and replace with your own content. </p>
</div>
<div id="fragment-3">
<h3><strong>Text for third tab</strong></h3>
<p>Please select this text and replace with your own content. </p>
</div>
<div id="fragment-4">
<h3><strong>Text for fourth tab</strong></h3>
<p>Please select this text and replace with your own content. </p>
</div>
<div id="fragment-5">
<h3><strong>Text for fifth tab</strong></h3>
<p>Please select this text and replace with your own content. </p>
</div>
<div></div>
</div>
Please select the next tab above to move to the next content tab or the next button below to move to the next topic.