• 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.

Closed Accordian Trouble

WolfsbaneRain

Professional Fangirl
I'm trying to practice my coding by adding different codes together to get a pretty accordion. I've tried forever on this already and I just can't seem to find the answer. I'm trying to fill in the accordion with a color but I keep getting this border around the edges, like the color i'm using just doesn't want to fill in. You any of you know what I might be doing wrong?

Testing 1
Info
Testing 2
Testing
Testing 3
Stuff


Code:
[accordion=35%|bcenter]
{slide=[bg=#5c0029][CENTER][COLOR=#bbada0]Testing 1[/COLOR][/CENTER][/bg]}[bg=#daa89b][COLOR=#ae847e]Info[/COLOR][/bg]{/slide}
{slide=[bg=#61304b][CENTER][COLOR=#bbada0]Testing 2[/COLOR][/CENTER][/bg]}[bg=#daa89b][COLOR=#ae847e]Testing[/COLOR][/bg]{/slide}
{slide=[bg=#857c8d][CENTER][COLOR=#bbada0]Testing 3[/COLOR][/CENTER][/bg]}[bg=#daa89b][COLOR=#ae847e]Stuff[/COLOR][/bg]{/slide}
[/accordion]
 
from what i've heard & seen, you have to put an invisible border around the accordion or else it'll assume you want that grey border. (: hope this helps!

Testing 1
Info
Testing 2
Testing
Testing 3
Stuff


Code:
[border= 0px solid transparent][accordion=35%|bcenter]
{slide=[bg=#5c0029][CENTER][COLOR=#bbada0]Testing 1[/COLOR][/CENTER][/bg]}[bg=#daa89b][COLOR=#ae847e]Info[/COLOR][/bg]{/slide}
{slide=[bg=#61304b][CENTER][COLOR=#bbada0]Testing 2[/COLOR][/CENTER][/bg]}[bg=#daa89b][COLOR=#ae847e]Testing[/COLOR][/bg]{/slide}
{slide=[bg=#857c8d][CENTER][COLOR=#bbada0]Testing 3[/COLOR][/CENTER][/bg]}[bg=#daa89b][COLOR=#ae847e]Stuff[/COLOR][/bg]{/slide}
[/accordion][/border]
 

Users who are viewing this thread

Back
Top