Try creating a template (text file) called for example table.tmpl in the folder plugins/content/showhidecontent/templates with the following content:
| Code: |
htmltitle="<td>[title]</td>"
htmlobject="<tr>[object]</tr>"
|
Now you can add text to your article in the HTML-code-view: For example:
| Code: |
<table>
{showhide template="table" title="Kickoff"}<td>Explain....</td><td>sfasdff</td>{/showhide0}
{showhide template="table" title="Kickoff2"}<td>Explain2....</td><td>sfasdff2</td>{/showhide-1}
</table>
|
Be sure that the Plugin settings of your editor does not clean up the code.
Please post if this helped you further or/and solved the issue.