Comments on Hukiolukio All Comments Start of Thread Parent

in what way is the code broken?

Basically, the "About" works perfectly fine, along with the tab, but when you click "Details" the box appears under the "About" instead of the same place and the two other tabs just don't work. The second section ( likes/dislikes/trivia ) is also reaaaaaaaally down and tends to be on the left side really compacted

I tried to search where the problem came from and the 2nd section is alright if we remove the first one !

Can I see the page where you are using the code so I can inspect it myself?

The about, details, backstory, and relationship boxes are each under their own 'tab pane' div. However, it appears that the 'tab pane' divs for details, backstory, and relationship are under the 'tab pane' div for about. This is caused by a /div missing, so I hoping if you add a /div right before the 'tab pane' div for details, the code will be fixed.