May 24, 2015 #1 LeilaChan Senior Member Joined Feb 21, 2014 Posts 2,815 Bells 70 Lucky Coins 0 Gems 0 How do you make a spoiler so it's not as long as normal, can someone post the code I need to use thanks! Last edited: May 24, 2015
How do you make a spoiler so it's not as long as normal, can someone post the code I need to use thanks!
May 24, 2015 #2 Oblivia <3 always Staff Administrator Community Manager Joined Mar 9, 2014 Posts 6,593 Bells 5,227 Lucky Coins 6 Gems 48 You just have to use tables. To edit the width, just change the "250" to whatever number suits you: HTML: [table="width: 250"] [tr][td][spoiler]Spoiler is now smaller[/spoiler][/td] [/tr][/table] Will look like this: [table="width: 250"] [tr][td] Spoiler Spoiler is now smaller [/td] [/tr][/table] Hopefully this helps you!
You just have to use tables. To edit the width, just change the "250" to whatever number suits you: HTML: [table="width: 250"] [tr][td][spoiler]Spoiler is now smaller[/spoiler][/td] [/tr][/table] Will look like this: [table="width: 250"] [tr][td] Spoiler Spoiler is now smaller [/td] [/tr][/table] Hopefully this helps you!
May 25, 2015 #3 LeilaChan Senior Member Joined Feb 21, 2014 Posts 2,815 Bells 70 Lucky Coins 0 Gems 0 Thank you! You helped very well :3