Hi,
I am trying to implement JA Tabs to my website.
But I have a problem when I want to show an article with tabs, using NSP5.
To create tabs with JA Tabs you use fx. the syntax:
{jatabs type="content" position="top" height=auto}
This will set some defaults for the tab plugin.
Next you use:
[tab title="Overview"] Here goes your text [/tab]
This will create a tab named Overview with the text "Here goes your text" inside.
To close all the tabs you use: {/jatabs}
In NSP5 I have set the Clean Plugin option which removes all the sections beginning and ending with { }
My problem is now - what do I do with all the [ ] ???
They appear in the text of the NSP module. How can I also remove those?
This is a local running test site, so I can´t provide a link!
Cheers,