In block Tabs
When I choose the same tab-title everything ok.
If I choose different tab-title, in not active tab title text is disappearing
http://belovephotos.com/galleries/sample/
X3 Photo Gallery Support Forums
<div class="content" id="panel2">
<p>
1. ryrtyrt
2. 48678ur
3. rfjuy
</p>You can't mix markdown inside html like that. Once you start with HTML elements, like most of the X3 content plugins, you need to use HTML syntax inside the html blocks. For example:GeoPal wrote:Code<div class="content" id="panel2"> <p> 1. ryrtyrt 2. 48678ur 3. rfjuy </p>
<div class="content" id="panel2">
<ul>
<li>ryrtyrt</li>
<li>48678ur</li>
<li>rfjuy</li>
</ul>
</div><div class="content" id="panel2" markdown=1>
1. ryrtyrt
2. 48678ur
3. rfjuy
</div>