Hi,
I'm not quite sure how you want it exactly but this might be a way:
You could wrap the html element with the htmlobject parameter. You should create a text file in plugins/content/showhidecontent/templates/ with the ending .tmpl, for example yourtemplatename.tmpl. Then add something like this:
| Code: |
htmlobject="<div style=\"float:left;width:50%\">[object]</div>"
[...more parameters if you wish]
|
Add this code to your editor:
| Code: |
{showhide template="yourtemplatename"}text{/showhide0}Some text on
the right side.
<div style="clear:left"></div>
Continue with the text below.
|
Hope this helps you further.