I think I found a small bug with the TinyMCE implementation in Phoca Gallery 3.0.0 RC5.
I use a table in my category description and TinyMCE keeps adding the "mceItemTable" class to the table. I'm not sure if this is a Joomla 1.6.3 problem, but it only happens in Phoca Gallery.
To replicate this go to "Phoca Gallery" -> "Categories" -> and select one from the list.
Add this to the "Description":
Code: Select all
<table>
<tbody>
<tr>
<th>Heading</th>
<td>Bla Bla</td>
</tr>
</tbody>
</table>Code: Select all
<table class="mceItemTable">
<tbody>
<tr>
<th>Heading</th>
<td>Bla Bla</td>
</tr>
</tbody>
</table>
