Uldis
Hi Peter, first thanks for your great extensions.
Now is J5.0.3.
If a table is include inside accordion, the table is out of. Any text is inside.
There is simple code which does not work properly:
<pre><span style="font-family: verdana, geneva, sans-serif; font-size: 14px;">{accordion title="with table" color="teal" open="true"}<br>any text</span></pre>
<table style="width: 822px; height: 20px;" cellspacing="20" cellpadding="0">
<tbody>
<tr>
<td style="width: 160px; text-align: center;"><span style="color: #3366ff; font-size: 10pt;"><strong>head1</strong></span></td>
<td style="width: 200px; text-align: center;"><span style="font-size: 10pt;"><strong><span style="color: #3366ff;">head2</span></strong></span></td>
<td style="width: 280px; text-align: center;"><span style="color: #3366ff;"><span style="font-size: 13.3333px;"><strong>head3</strong></span></span></td>
<td style="width: 180px; text-align: center;"><span style="color: #3366ff;"><span style="font-size: 13.3333px;"><strong>head4</strong></span></span></td>
</tr>
</tbody>
</table>
<table style="height: 20px;" cellspacing="20" cellpadding="0">
<tbody>
<tr>
<td style="width: 160px; text-align: center;">cell1</td>
<td style="width: 200px; text-align: center;">cell2</td>
<td style="width: 280px; text-align: center;">cell3</td>
<td style="width: 180px; text-align: center;">cell4</td>
</tr>
</tbody>
</table>
<pre><span style="font-family: verdana, geneva, sans-serif; font-size: 14px;">{/accordions}</span></pre>
Best,
Uldis