Hi Is it possible with HTML to have an image instead of the title with tabs. So if you click on the image, the tab opens. Where tab title 1 / 2 / 3 is I want to rather display a small thumbnail.
[tabs title="" type="horizontal"]
[tab title="Tab title 1"></img>]<p class="big">Lorem ipsum dolor sit amet ...</p><p>Donec vestibulum justo ...</p>[/tab]
[tab title="Tab title 2"]<p class="big">Curabitur et ligula ...</p><p>Donec vestibulum justo a diam ...</p>[/tab]
[tab title="Tab title 3"]<p class="big">Lorem ipsum dolor sit ...</p><p>Donec vestibulum justo ...</p>[/tab]
[/tabs]
Comments
sorry but this is not possible to do, you would have to rebuild the item.
thanks