tabbars orientation

How do I create 3 tabs on top and 3 tabs on left from html code?

Did you mean “nested” tabbars ?

If so you can just place the second tabbar (left aligned) as a content of the first one (top aligned).  For example:

 <div id=“a_tabbar” class=“dhtmlxTabBar” imgpath=“imgs/” style=“width:410px; height:410px;” …>
                   


                   

                   

                         <div id=“b_tabbar” class=“dhtmlxTabBar” mode=“left” …>
                           

                           …