• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Code isn't showing up?

houseplant

embracing all my scars and imperfections
Roleplay Availability
Roleplay Type(s)
So I wanted to add a scroll box (the firstpg div) next to the basiccontent code but I put it in and it's not showing up? I don't know if I did something wrong but..

Code:
[centerblock=60]
[nobr]

[class=img1]
    display: block;
    width:520px;
    height:175px;
    background-image: url('https://66.media.tumblr.com/a1f92b130bbe5c165184574e92496ce4/tumblr_pclujsAR5e1xbrxzeo6_1280.jpg');
    background-size:100%;
    margin:auto;
    cursor: url('https://i.imgur.com/EpbTpoA.png?1'), auto;
    border:1px solid #D3D3D3;
    border-radius:10px;
    margin-top: 100px;
[/class]

[class=img2]
    width:100px;
    height:100px;
    background:url('https://66.media.tumblr.com/eca6ae35fae8b435c57de4f9d339dc16/tumblr_pclujsAR5e1xbrxzeo3_1280.jpg');
    background-size:100%;
    border:4px solid white;
    border-radius:70px;
    cursor: url('https://i.imgur.com/EpbTpoA.png?1'), auto;
    position: relative;
    left: 10px;
    top:118px;
 [/class]

[class=basiccont]
display: inline-block;
width:200px;
height:250px;
background:white;
border: 0px solid black;
cursor: url('https://i.imgur.com/EpbTpoA.png?1'), auto;
position: relative;
left: 230px;
[/class]

[class=scrollbar]
width:100%;
height:250px;
overflow:hidden;
[/class]

[class=hiddenscroll]
width: 100%;
height: 100%;
padding-right: 17px;
overflow-y: scroll;
[/class]

[class=basics]
height:15px; 
background: #D99086;
color: #F2DEDE;
font-size: 12px;
letter-spacing: 2px;
[/class]

[class=firstpg]
width:340px;
height:360px;
background:white;
margin:auto;
border: 2px solid #CF8D81;
cursor:url('https://i.imgur.com/EpbTpoA.png?1'),auto;
margin:auto;
float:right;
overflow: hidden;
[/class]


[div class=img1][div class=img2][/div][/div][br][/br][br][/br][br][/br][br][/br]

[div class=basiccont][div class=scrollbar][div class=hiddenscroll][div class=basics][font=arimo][size=12px]name[/size][/font][/div][font=arimo][size=12px]:. hwang hyunjin[/size][/font][br][/br][br][/br]
[div class=basics][font=arimo][size=12px]age[/size][/font][/div][font=arimo][size=12px]:. something[/size][/font][br][/br][br][/br]
[div class=basics][font=arimo][size=12px]sexuality[/size][/font][/div][font=arimo][size=12px]:. something[/size][/font][br][/br][br][/br]
[div class=basics][font=arimo][size=12px]gender[/size][/font][/div][font=arimo][size=12px]:. something[/size][/font][br][/br][br][/br]
[div class=basics][font=arimo][size=12px]role[/size][/font][/div][font=arimo][size=12px]:. something[/size][/font][br][/br][br][/br]
[div class=basics][font=arimo][size=12px]something[/size][/font][/div][font=arimo][size=12px]:. something[/size][/font][br][/br][br][/br][/div]
[div class=firstpg]thehttheth[/div][/div][/div]

 [/nobr][/centerblock]
 
Last edited:
its because you're missing a [/div] before the firstpg div. firstpg is currently inside basiccont
 
the [/div] will put it outside of basiccont, and you'll see its just below everything else. if you want it to be right next to it, you need to push it back up, or use something flexbox. the biggest problem is that everything is in position: relative, making it sit where it is because of line breaks and other positioning.
 

Users who are viewing this thread

Back
Top