This is because you are inserting manual breaks everywhere. Every time you write a new line, by default, the editor adds an HTML "br" (break) tag. The solution is either to use a combination of [nobr][/nobr] (no breaks) and [br][/br] (insert a manual break), or to make sure your content divs end and start on the same line (as in, you write something like [/div][div class="tabsContent Kairo" style="display: none;"], all stuck together like that).Lyro , quick question about tabs: I made use of your tab coding on mylore page. I managed to make it functional and all, but when I started moving from tab to tab, it kept displacing itself. It gets higher from tab 1 to tab 10. I tried to manually code it out and it seemed to work at first but I learned that the way it is right now is still not a good fix since in other screens, I can see the displacement still happening.
Is there anyway to make the tabContent to be properly marginalized without manually doing so? Thanks in advance!