Patreon LogoYour support makes Blue Moon possible (Patreon)

Teensy tiny little coding question

SoftWhispers

Good Ideas and Bad Intentions
Joined
Aug 15, 2017
Location
North America
Does anyone know if there's a way to make a spoiler expand button show up centered instead of off to the left hand side? I tried centering it and the coding shows centered, but the button itself is always on the left. Anyone know?
 
So it appears to be showing up as centered when I put the code in by hand as opposed to centering the spoiler using the toolbar, I would suggest typing out the centering code yourself and seeing if that works

below I'm testing to see if actually works done like that or if it's just the preview

Hand typed center code:
testing!

edit: centering using the toolbar worked just fine for me, if you're continuing to have issue it may be worth it to check the coding depending on how much you've put in
mine gets hecked up real good real easy because I use so many colors and size changes in my search thread
 
Ahhhh why's it work here but not my thread!

Maybe it's because I have a table inside the spoiler... might be messing things up
 
further testing needed


test

test






Yeah, I think its the table messing it up, anyone smarter than me who can figure it out?​
 
Yup, confirmed, the table messes it up, a centered spoiler gets put to the side after the table coding is put into it, sadness

+5 Internets to anyone who figures out a way to fix this.
 
Header 1Header 2
Content 1Content 2

Code:
[CENTER][SPOILER="Let's try..."]
[TABLE]
[TR][TH]Header 1[/TH][TH]Header 2[/TH][/TR]
[TR][TD]Content 1[/TD][TD]Content 2[/TD][/TR]
[/TABLE]
[/SPOILER][/CENTER]
 
Here's your test:

testtest


Code:
[CENTER][SPOILER="test"][TABLE][TR][TD]test[/TD][TD]test[/TD][/TR][TR][TD][/TD][TD][/TD][/TR][/TABLE][/SPOILER][CENTER]
 
Back
Top Bottom