Numero Uno's Comments


Hi so sorry if this is not the place to ask for help but I am very new to code. I have seemingly run into an issue with the reference buttons? I got it to work by adding <a </a> around the href portion but wasn't sure if I was just not meant to put a link next to the href in the first place (Im using Not Tabbed V2). Thanks for the help!

Heyya! This is a perfectly fine place to ask, no worries at all! :D

Ty for letting me know this, it seems like there was a small error with the buttons in my original code. 

Original Version:
<div class="btn btn-primary m-1" href="___">
Reference 1
</div>

Fixed version: 
<a class="btn btn-primary m-1" href="___">
Reference 1
</a>

I will update this in the tabs here and on my ko-fi too right now! :]

Tysm for the quick response! The code has worked wonderfully otherwise <3 glad to know I wasn't somehow adding a link wrong lol

Np and I'm glad you like it!! :D It should all be fixed now in the tabs + on ko-fi. ^_^

Hi so Im so sorry to be back but idk how I didn't notice before but the text seems to be too long for the column, I am not the best at HTML so I do not know the fix myself. No rush btw ik artfight just started I was just returning to my stuff and noticed so apologies for the bother! Here's a character with the code so you can see what Im talking about (occupation, pronouns, and sexuality all do not seemingly fit): https://artfight.net/character/5145280.uno

Chaging it so that each "col-3" -> "col-4" and "col-9" -> "col-8" in that section should fix that issue ! ^_^ and no worries at all

(the columns have to add up to 12 per row, so if you adjust any of the numbers further just keep that in mind ! )