Comments on [ F2U ] Noxious All Comments

Is it possible to edit the code to get another tab for like background-? Mostly asking as i don't know how to exactly do it..

It’s possible; you’d need to add an extra tab and an extra tab pane for the background content!

I’m off to somewhere right now so I can’t extensively help but AviCode has a lovely tutorial that you can follow on how to add more tabs!

Please consider doing trial and error on a private character profile/tab so that in the event that something breaks, the original info isn’t lost! ^-^)9

Ah i see!! I was wondering if it was a thing of copy and pasting a certain thing So i read the tutortial and if im correct, if i copy one tab that isn't the active one, and edit it a bit, it should work fine with everything-?

And sorry to bother with another question, but do you somehow know how you would make like Uhm..

How the first tab profile box has the age, n such

Be able to turn into a description scroll box ?

I've figured out the tab stuff but i can't figure out how to make the description fit inside the box while scrolling..i tried to center align the text and thought it would work but it doesnt

This was the character i tested the coding out and my problem in the backstory tab

https://toyhou.se/7446715.kaizo

My understanding is that you would like to turn the basic info into a normal, scrollable textbox like seen in this code's history tab?

All you have to do is go to Line 90 where it says <div class="row no-gutters"> and delete everything until Line 131.  Then, under the <!---------- [ INFO ] ---------->, add this:
<div class="text-muted">

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Euismod quis viverra nibh cras pulvinar.</p>
<p>Nunc sed velit dignissim sodales ut eu sem. Porta non pulvinar neque laoreet suspendisse interdum. Blandit aliquam etiam erat velit scelerisque in dictum non.</p>
<p>A scelerisque purus semper eget duis. Ut sem nulla pharetra diam sit. Eu non diam phasellus vestibulum. Morbi tincidunt ornare massa eget egestas purus viverra. Facilisi nullam vehicula ipsum a arcu cursus. Pharetra vel turpis nunc eget lorem dolor sed.</p>

</div>

I don't know if you wanted to delete the AESTHETICS as well, but you pretty much delete it too.  If you can see little arrows on the side of the numbers (when on Code Editor), you can click them to "collapse" the coding group and delete that to make the process a little easier.  If you're still struggling, I highly suggest heading to the Help Forum instead! :]

Ohhhh Tysm! :o

It worked! Tysm !!(≧▽≦)

No worries! I see that you're using the custom colours version so just delete text-muted to change it to your text colour! ^-^)9

1 Replies