Online documentation working again!

FreeToastHost documentation is back online.

Using Tabs in pages (Not Menu)

More
5 years 5 months ago #79054 by ruchin
Hello
How can we use tabs in our pages ( Not the menu). Please see attached screenshot.
Attachments:
The topic has been locked.
More
More
5 years 5 months ago #79056 by ruchin
So I tried doing it . I used the following code just to see if its working

<div class="RGuserTabs" id="RGmyTabs">
<ul class="RGtab-list">
<li><a href="#RGtab1">My First Tab</a></li>
<li><a href="#RGtab2">My Second Tab</a></li>
<li><a href="#RGtab3">My Third Tab</a></li>
</ul>

<div id="RGtab1">This is some content.</div>

<div id="RGtab2">This is some more content.</div>

<div id="RGtab3">This is even more content.</div>
</div>

Doesnt seem to work in my custom page www.jewelcity29.com/pathways.html
The topic has been locked.
More
5 years 5 months ago #79057 by SteveTheTechie
The class names *must* be "userTabs" and "tab-list"... you cannot use something different there.
The topic has been locked.
More
5 years 5 months ago #79058 by ruchin
Ok cool it is working. You are the man
The topic has been locked.
Time to create page: 0.380 seconds