Comments on Commission Prices All Comments Start of Thread Parent

Hi! for the tabs I followed this tutorial https://toyhou.se/10988784.adding-tabs-tutorial
instead of the tabs grid, I replaced it with a button
here is a simple clean version of the code ^_^

<!--TAB CONTENT-->
<div class="tab-content">
<!--TAB 1 CONTENT-->
<div class="tab-pane fade show active" id="TAB-1">
TAB 1
<!--BUTTON-->
<br><a class="btn btn-primary" data-toggle="tab" href="#TAB-2">TAB 2 BUTTON</a>
</div>
<!--TAB 2 CONTENT-->
<div class="tab-pane fade" id="TAB-2">
TAB 2
</div>
</div>
</ul>

and I referenced this code for the buttons style https://toyhou.se/7035455.-snippet-character-buttons

This user is not visible to guests.