probably going to use this like everywhere onthis site as soon as i nuke my characters omg

Using! <3

Hey! I hope you don't mind I took some inspiration from this,, https://toyhou.se/9773854.f2u-code-pur-user

I don't mind at all, looks very cute!

This user is not visible to guests.

When you do that, you want to use the image's address (can be copy-pasted by double clicking and  pasting into the area youve been pasting the regular link into), I don't know if you can get the address on the IPad since I code with my computer but,, hope this helps!

This user is not visible to guests.
This user is not visible to guests.

alright! thanks for commenting. to change the Image you need to insert the image address in this line. where the URL is. <img src="https://via.placeholder.com/150" class="rounded" align="left" style="width:175px">

and in terms of colour, this code uses the colours you chose as your toyhouse theme in your settings (so mine looks pink, but the default is blue. However, you can add custom colour if you alter the code a bit.)

Change this line <div class="btn btn-primary" style="width:100%;font-weight:bold;"> to <div class="btn btn-primary" style="width:100%;font-weight:bold;background-color:#A9F5A9;border-color:#A9F5A9;"> and change the HTML codes (#A9F5A9) to the colour you want (here's a good website to just grab codes from https://html-color-codes.info/)

and then change all these lines <div class="progress-bar" role="progressbar" style="width:20%"> to this (along with the percentage you want) <div class="progress-bar" role="progressbar" style="width:20%;background-color:#A9F5A9;">