• Before posting a question, please check our Frequently Asked Questions page as well as previous threads here. Odds are you aren't the first to ask, and you may find the answer without having to post!

Accordions

dwale

drownin
I was creating a new layout for a CS this morning and I noticed something with the accordions. I've gone over and as far as I can tell, it's not a coding error on my end. I didn't have trouble with it until today.


So basically, I put this in:





Code:
[centerblock=75][bg=black][img=https://www.rpnation.com/proxy.php?image=http://www.resizemypicture.com/pictures//2305606ab3eb8e7d1443277630.jpg&hash=e70b1cad872b320eeb95a4352302555d]
[bg=darkgray][sh][/sh][/bg][bg=black]
[accordion=100%|bleft]
{slide=[bg=black]Appearance[/bg]} {/slide}
[/accordion][/bg][/bg][/centerblock]


And it comes up as(The little white border thing around the accordion is the problem):



2305606ab3eb8e7d1443277630.jpg






no slide
Appearance



Like I said, I've never had a problem with this until today and it was working just fine yesterday. (Hopefully it's not something on my end, because that would be embarrassing.)
 
Last edited by a moderator:
Mmmmm, I honestly think the border looks kinda' nice. uwu BUT as for how to mitigate this, you just need to slap on a border. I don't think it's a bug, per se, so much as it is just kind of something that happens when you color the background of the accordion.

Code:
[centerblock=75][bg=black][img=https://www.rpnation.com/proxy.php?image=http://www.resizemypicture.com/pictures//2305606ab3eb8e7d1443277630.jpg&hash=e70b1cad872b320eeb95a4352302555d]
[bg=darkgray][sh][/sh][/bg][bg=black]
[border=0px solid black][accordion=100%|bleft]
{slide=[bg=black][color=white]text here[/color][/bg]}taka taka text{/slide}
[/accordion][/border][/bg][/bg][/centerblock]

2305606ab3eb8e7d1443277630.jpg






text here
taka taka text



So yeah, just put a border code right (of the same color) around the accordion code if you don't want to see it and you'll be solid. Does that help at all?
 
Last edited by a moderator:

Users who are viewing this thread

Back
Top