using these for most, if not for all my characters lol

example here :3

awesome thank you for using!! ^0^

This user is not visible to guests.

aw thank you so much for using! ^-^

Used for Aesop. Thank you!

thank you for using! ^-^

This user is not visible to guests.

hi, thank you so much <3 and i'm so sorry for such a late reply! D:

a lot of people have asked this so i have an FAQ about it now, although i can't explain exactly how to do this i just gave some links that will point people in the right direction. i'm sorry i can't really help more with it ^-^'

EDIT: omg i forgot the link to the faq sorry. it's in my forum post here! https://toyhou.se/~forums/16.htmlcss-graphics/153614.b0ykult-s-codes-f2u-html


This user is not visible to guests.

i absolutely love this code, it's my favorite!! i use it for almost all of my charas, i love the aesthetic and how customizable it is <3 thank you so much for your hard work and i hope you're doing well!! :]

sorry for the late reply omg but thank you so much! <3 have a lovely day ^-^

I love this code so much, its so pretty and easy to move around in even as a noob coder. Though i have a question (since im new)! I look at the filled examples you have, and most have page dolls on them, and a background.. How do i code that into mine as well? Hope you can help, and thanks in advance!^^

hi! this is a really late reply and i'm very sorry. 

first thank you so much! <33
however im afraid i can't explain how to do this myself (i am not good at explaining lmao) but i have added an faq to my forum post that might help! it explains the background colour which is super simple, but images/pagedolls are more complicated so i all i can do is point you in the right direction sorry ;o;

Oh my lord, thanks so much for this code! It's super pretty. :]

thank you! i'm glad you like it :3

This is really cute! I've been looking for a simple little code like this one.

thank you! <3

How do i get the image on the sides of the title to move down xP the pixels im using are too small :( https://toyhou.se/9631989.lumi-re-de-coeur/9644613.bio

hey sorry for the late reply!

in the leftside and rightside pixel sections, where it says < div class="col-3" , add pt-1 so it's like < div class="col-3 pt-1" instead if that makes sense? pt means the padding for the top of the image so it'll bring it down a bit. if it's not enough make it pt-2 or higher :3 uh let me know if you need more help, i'm not too good at explaining things so i hope this is ok ^-^'

this is so tiny and cute!!

thank you! :3 <3

Thank you for the free code! Used it for this bab ^^ https://toyhou.se/9128734.-robin-

This user is not visible to guests.

hi! this would require changing the row and column system. if you don't know much about html it might be a bit difficult for me to explain exactly how because it involves changing multiple lines of the code, i'm really sorry! i will be posting a version of this code made for putting pictures as soon as possible though so you could use that if you want :3 i'll post it some time this week

This user is not visible to guests.

yes, i'm trying to make it as customisable as possible ^-^

This user is not visible to guests.

hi!! how do you do the background colours like you did in your examples? i saw you told someone else how to do them in the comments but that wasn't working for me sadly ;w;

hi! i'm so sorry about the late reply. could you maybe send the code you are using or a screenshot so i can see what might be causing it? :3

I'ma use this for TLDR stuff on characters :0

yey thanks for using! ^-^

Of course!! 

your codes are really neat, thank you for providing them! I'll be using them a lot c-:

thank you so much, i'm glad you like them!! <33

what would you add to the code the get a coloured background and scroll box like on https://toyhou.se/4647780.angelin ?

in the first line of code just add  background-color: (hex code for whatever colour you wanna use) ;"  after style="

and for the scroll box:
in the fourth line of code just add overflow:auto; after style="

hope this helps lmk if you need any more help :3

the background code worked ! the scroll however doesnt seemt to work anywhere i put it in the 4th line and im not sure what im doing wrong ^^" ;w;

whoops it's because i missed something! ^^' in the fourth line replace the height:auto; with height:470px; (you can change the height to however many px you like though aha that's just the settings i used for angelin.) and it should work with overflow:auto; then :3 lmk if it works!

got it ty !