• Guest, have you picked up a fortunate cookie from the shop? You must have the "Fortune Cookie (2026)" item in your inventory to receive a collectible from The Luck of the Dragon raffle. Time is running out and the raffle results will be randomized soon!

spoiler troubles

LeilaChan

Senior Member
Joined
Feb 21, 2014
Posts
2,815
Bells
70
Lucky Coins
0
Gems
0
Orange (Fruit)
Avatar Width Extension
Pear (Fruit)
Cake
Small Mailbox
Yellow Candy
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:
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 is now smaller
[/td]
[/tr][/table]

Hopefully this helps you!
 
Back
Top