Thank you so much for this code! I love my new profile and that I now have just enough knowledge to change it up when I want to feature different art. You're so generous to offer this code and knowledge for free!
Yay, I'm so glad! I love the way your profile turned out; it's so cute~
Hello Shakespeare =) Thank you for your free user profiles! I tried to follow your steps but im such a noob at coding...xD I think i made some mistakes. My profile looks kinda weird now. May you can help me out?

Sure! Can you send me the code you put in your profile so I can take a look? :)
Thank you so much for your tutorial. it was so amazing. But when im following the step 2 that i click the Profile Preferences, the Profile Text is blank so i think that i did something wrong. :(
[flower=Hyte]
You should be able to copy all the code from the link (the big one at the bottom that's labeled "The Code") and paste it into the empty box and then hit "submit profile". By default it is blank :) Let me know if there's something specifically you're having trouble with.
As so many have said before thank you for this code. It has really helped me out.
Just wanted to say thank you so much for the template! I had a lot of fun customizing the colors! Is there a way to include a flat color background instead of an image? I tried fiddling but with no luck.
Yep! Just replace this part:
body {background: url('IMAGE LINK HERE') no-repeat center center fixed; background-size: cover;}
with
body {background: ;}
putting in whatever color you want instead of FFFFFF. Just Google "color picker" if you need help finding the hex values of a color. :)
Ah, my issue was I just didn't erase enough. Thank you so much, and thanks again for the template!!
This is great, thank you so much!
[img align=center]https://img.subeta.net/items/minion_lunamoth.gif[/img]
Thank you so much for making this! I've been trying to figure out how to code my profile for a while now and I'm really happy with how it turned out c:
Thank you so much for this, I've been looking for something like that for quite a while
Thanks for this!
Super easy to customize - exactly what I've been searching for. I love making the art... hate making the code.
Using now :)
thank you so much for this! But I'm having trouble. Why is my background grey? I can see my background at the top of my "edit profile" page but the grey background seems to be covering it :/
Did you manage to figure it out? It looks like it's working for me.
Wow, thank you so much for this; it's amazing! I've been wanting to make/get a custom-ish profile and this fit the bill perfectly. I love that I know what's going on in the code so I can change the colors and art whenever I want.
Just one question: is there any way to change the vertical positioning of the columns? Like if I wanted columns 1 and 2 closer down to the bottom of the page and the art in column 3 closer to the top?
To move the art in column 3 up, you'll want to decrease the number in top:
{position:absolute; width:2px; height:400px; left:180px; top:180px;}
To move columns 1 and 2 down, increase the number in top (by the same amount):
{position:absolute; width:300px; height:400px; left:430px; top:230px;}
{position:absolute; width:300px; height:140px; left:430px; top:85px;}
I hope that helps! Let me know if anything was confusing. :)