Patreon LogoYour support makes Blue Moon possible (Patreon)

BBcode centering customizable interactive accordion?

horizonsandzebras

~ heathen on the loose ~
Joined
Jan 16, 2021
Location
land of Vikings, Europe
Hey,
I am not used to create PMs or threads in BBcode whatsoever, I don´t know this, but I tried working on a template from the help bbcode section. So, I have two questions ~ see code down below. (Left one letter out of there for better visual access as of my question).

~ How do I CENTER align this accordion? ...Believe me, I tried but.
~ And say I want the text in red instead, I don´t just put [COLOR=re.....] etc. ..... Nah, doesn´t work.
Man, I have issues. Help anyone?

[COLOR:magenta]CODE:

[CCORDION width=200]
[SLIDE_HEADER]First Slide[/SLIDE_HEADER]
[SLIDE]First slide content[/SLIDE]
[SLIDE title="Second Slide"]Second slide content[/SLIDE]
[/ACCORDION)
 
Here you go!

Title
Here is text


Code:
[accordion=200|bcenter]{slide=[CENTER][COLOR=#b80000][SIZE=14px]Title [/SIZE][/COLOR][/CENTER]
}Here is text
[/accordion]
 
Um. Pity though. So. I still cannot work out how to make that a solid looking accordion, with more than one title. Given the font is red and it is centered as well as I´m looking to present three to four titles in it.
It´s just the code from the help section was differently programmed. At least according to the small logistics in my head (basically working with "hindi" on my end). :coffee:

So. Anyone?


Title 1
Title 2
Title 3

Like this - but as an accordion is what I wanna do.
~Thanks again for your respond, reverie, I´m just another noob.​
 
Is this what you mean?

Title
Here is text
Title
Here is text
Title
Here is text


Code:
[accordion=200|bcenter]{slide=[CENTER][COLOR=#b80000][SIZE=14px]Title [/SIZE][/COLOR][/CENTER]
}Here is text
[/accordion][accordion=200|bcenter]{slide=[CENTER][COLOR=#b80000][SIZE=14px]Title [/SIZE][/COLOR][/CENTER]
}Here is text
[/accordion][accordion=200|bcenter]{slide=[CENTER][COLOR=#b80000][SIZE=14px]Title [/SIZE][/COLOR][/CENTER]
}Here is text
[/accordion]
 
you’re welcome!

you can change the size and formatting of the accordion and the title and text if you’d like!
 
Back
Top Bottom