• This forum is strictly intended to be used by members of the VS Battles wiki. Please only register if you have an autoconfirmed account there, as otherwise your registration will be rejected. If you have already registered once, do not do so again, and contact Antvasima if you encounter any problems.

    For instructions regarding the exact procedure to sign up to this forum, please click here.
  • We need Patreon donations for this forum to have all of its running costs financially secured.

    Community members who help us out will receive badges that give them several different benefits, including the removal of all advertisements in this forum, but donations from non-members are also extremely appreciated.

    Please click here for further information, or here to directly visit our Patreon donations page.
  • Please click here for information about a large petition to help children in need.

Help with an abilities tabber

Yeah that’s what I was trying to do
Then you use this part of the code which makes it scrollable, you can change it if you understand how
<div class="scrollable" style="overflow:auto; max-height:600px; width:{{{width|100%}}}; -moz-border-radius-topleft:0.5em; border:1px solid #AAAAAA; padding-left:0.5em; background:transparent;">
then this that is your tabber
<tabber>
|-|Base=
</tabber>
and add this part to close the scrollable part
 
wouldn't be better to use the div code for every key? I sometimes had errors if I tried using the same div command for an entire tabber
I do like that better but you seem to be talking about similar to that Goku profile so I said that one. But if you like that one better it's pretty similar just changes the order
Open tab like that
<tabber>
|-|Base=
then this after "base"
<div class="scrollable" style="overflow:auto; max-height:600px; width:{{{width|100%}}}; -moz-border-radius-topleft:0.5em; border:1px solid #AAAAAA; padding-left:0.5em; background:transparent;">
Write whatever you want next

then close div
And repeat until the end then close the tab

</tabber>
 
I do like that better but you seem to be talking about similar to that Goku profile so I said that one. But if you like that one better it's pretty similar just changes the order
Na, it was just the first page I couId find within the recent edits section that had scroIIers on it to give as an exampIe, xD
 
Back
Top