
CUSTOM PROFILE
1. You HAVE to upload your layout to goSupermodel first, before you can get started. You can do this in the pictures section using either 10 Gm or 1 diamond for instant upload. The image has to have a width of 731x??? (your preferred height, I personally like 414px) THE IMAGE HAS TO BE JPG/JPEG - PNG WONT WORK
2. Insert the base code in a Word document/goBlog/Notepad, just some place you can edit the code. The base code can be either find in Chole!'s forum, or use the one in the bottom of the forum.
3. Open the image of the layout you did in your picture section, right click the image and press "copy image *** HERE -----> https://prnt.sc/gYwJ7dje9y9_ , you need to insert this in the code, where I marked it, or else it's not gonna work. Remember to change the height you set your profile to in the code.
4. For the scrollbox, insert your dimensions on your scrollbox, I can recommend using this website (https://neotacular.com/?go=x-blog) to find the exact dimensions for your box(es). Change the following in the code (left, top, width, height) with the same dimensions you got on the website.
5. When you are done making your HTML code, copy the code to your empty profile(preferred for best result), save your profile, and go back in.

Possible bugs that might occur and how to fix them
1. There might appear a white strip above the layout, to delete this, click on the white strip and click the forwards delete button on your keyboard, this button ------> (https://prnt.sc/IpY7V437j6zM)
2. Your scrollboxes might disappear if you delete all your text, and accidentally hit the delete button again. Try and type a sentence first(like, Hello, my name is....), before deleting the "INSERT YOUR TEXT HERE" part. Delete the base text afterward.
3. If your scrollbar is sitting in a wonky place, go in a check if you accidentally deleted "px" when you wrote the dimensions. I sometimes accidentally delete a letter.
---------------------------------------------------
BASE CODE
<div style="background-image: url(INSERT GOSUPERMODEL PICTURE URL HERE); width: 731px; height: 414px; position: relative; margin-left: -7px; margin-top:-7px; margin-bottom: -20px;"><div align="left">
<div style="position: absolute; left: 67px; top: 256px; width: 273px; height: 111px; overflow-y:scroll;float:left;">WRITE UR TEXT HERE...</div>
---------------------------------------------------
FOR EXTRA SCROLLBOX INSERT THIS IN THE CODE IN THE BOTTOM AND CHANGE THE DIMENSIONS
<div style="position: absolute; left: 67px; top: 256px; width: 273px; height: 111px; overflow-y:scroll;float:left;">WRITE UR TEXT HERE...</div>