astraeaaa
ʕ•ᴥ•ʔ
ah so for some reason my images (when put in div boxes) won't show up?
for example in this:
for example in this:
GLASSY SKY ABOVE
「astraea ∙ anime + kpop trash ∙ semi/advanced rper」
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
There needs to be apostrophes before and after the url like this: backround: url('-url-');ah so for some reason my images (when put in div boxes) won't show up?
for example in this:
GLASSY SKY ABOVE
「astraea ∙ anime + kpop trash ∙ semi/advanced rper」
even when i try that it doesn't work :/There needs to be apostrophes before and after the url like this: backround: url('-url-');
Ah I see. The image is the background of the div so you need text in the div to have it appear.even when i try that it doesn't work :/
.GLASSY SKY ABOVE
「astraea ∙ anime & kpop trash ∙ semi/advanced rper」
No problem. ^^ohh i see.i'm really used to the coding on another rp site which i why i do it that way ahathank you!
yeah, i copy and pasted it from another place to convert it, so idk why there were repeating parts and what not ripNo prob. A lot of the coding was repeating/goofing up with the way it was typed out. There's also RPN having an effect on physical spacing in terms of "pressing enter" and all that jazz for some reason.
EDIT:: I do recall coding that can stop that... but I actually don't remember from the top of my head. x 3 x;;;
add margin: auto; to center them. ^^yeah, i copy and pasted it from another place to convert it, so idk why there were repeating parts and what not rip
ah, one more thing,,, how do i make the box with the image background and the box with the translucent white background central? ^^;
..GLASSY SKY ABOVE「astraea ∙ anime & kpop trash ∙ semi/advanced rper」
Centerblock does not center text. You need to use:guys i need help, i can't center my text with centerblock or center for some reason.
[center]TEXT[/center]
[row]
[column=span 4][accordion=50%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][column=span 4][accordion=50%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][/row]
Did you want them at 50? If not get rid of it. That and don't put spaces in between span and the value. ^^Hey, uhm, I've been trying to get accordions to fit in columns so that I could do somewhat of a drop down menu, but every single time I try to put an accordions in columns, they aren't spaced out evenly and turn out a bit wonky. (below)
- chicken
- stuff
- chicken
- stuff
Not exactly sure how I can fix this, but here's the code:
Code:[row] [column=span 4][accordion=50%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][column=span 4][accordion=50%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][/row]
[row][column=span4][accordion=100%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][column=span4][accordion=100%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][/row]
Oh wow, that's exactly what I needed, thank you!Did you want them at 50? If not get rid of it. That and don't put spaces in between span and the value. ^^
There's no way to get rid of the space between them because that's just how columns work. You might be able to get a similar effect with divs though.
- chicken
- stuff
- chicken
- stuff
Code:[row][column=span4][accordion=100%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][column=span4][accordion=100%|bcenter]{slide=chicken} stuff {/slide}[/accordion][/column][/row]
Of course. If you need any more help lemme know!Oh wow, that's exactly what I needed, thank you!
Ictora actually figured out a way to get rid of the spaces between columns by using centerblocks. I'm terrible at explaining things, so I'll just leave the link here. >v>There's no way to get rid of the space between them because that's just how columns work. You might be able to get a similar effect with divs though.
Nope, as of right now tabs are rather limited when it comes to customization.I'm not sure if this has been asked, and if it has, my apologies. However, is there a way to center tabs? It's bugging me while everything else is perfectly in my wanted position, the tabs refuse to budge from the left. Should I just switch to accordions?
[centerblock=80][div=background:#000000; color:#000000; height: 30px;].[/div][div=padding-top:10px;; padding-bottom:0px; border: 2px solid green; background: url(https://image.prntscr.com/image/785a35c1d55d451f8e68e1a4edded9d2.png); background-position: 0% 100%; height: 220px; width:220px; border-radius: 100%; border: 4px solid #ffffff; color:#FEFCD5;].[/div][/centerblock]
[centerblock=80]
[div=background:#000000; color:#000000; height: 30px; margin-bottom: -210px].[/div]
[div=padding-top:10px; padding-bottom:0px; margin-left: 20px; border: 2px solid green; background: url(https://image.prntscr.com/image/785a35c1d55d451f8e68e1a4edded9d2.png); background-position: 0% 100%; height: 220px; width:220px; border-radius: 100%; border: 4px solid #ffffff; color:#FEFCD5;].[/div][/centerblock]