using

this code carried me thank u 4 my life 

Hi!! I'm using your code here: https://toyhou.se/16074736.ophelia and I'm absolutely in love with it! I just wanted to let you know because I think you did a beautiful job putting that code together :DD

This user is not visible to guests.

hi!! so sorry for the late response but the artist's toyhouse is @kojin!!!1 :'3

I didn't see anything that prevent me from asking in comments, so may I ask some questions?

yes, you absolutely may! what are you curious about?

It is about the "about" ( with the names, gender, height, etc. )


  1. How can i add an info ( for example, 'age' ) without mess up the code? 
  2. If i want to change an info that's already here on another info that including a link ( example: if i want to change "height" to "music", and the 'content' place is a song name with a link ), how i can do without, again, mess up the code? 
  3. How can i add, this time, another info with the link thing ( the thing that i've explain in up )? 

That's all, i'm sorry if my questions are confusing! 

1.  you can do that by copy-pasting the pre-existing code into a new section. the 52-55th line is considered a "section" - just copypaste that under the existing one to add a new section for something like age! i have an example linked here: https://gyazo.com/3365f63ea5aa7ecc091b5f2af33aeaaa ; it won't break the code but it will make the box scroll!

2. to change the info that's already there, change the word that you want to change (for example, the last piece of code has a portion named "status") to the desired word. the same goes for what "content" says - the line right under it is the content that matches the name of the information above it!

3. if you want to add an in-code music player that's a bit more complicated, but if you just want to add a linked word like this then the code is <a href="PLACELINKHERE">whatever you want it to say</a>!! this line of code should replace the "content" part of whatever you want it to be.

no issue, hope this is alright!!

Sorry to answer pretty late, I wanted to test if everything was like I excepted ( I didn't make it before this day ). 


Anyway, thank you!