how do i make a smaller spoiler?

Do you mean like this?
HTML:
[table="width: 700, align: center"]
[tr]
	[td][SPOILER=Left spoiler]contents[/SPOILER][td]
	[td][SPOILER=Right spoiler]contents[/SPOILER][/td]
[/tr]
[/table]
^ That will look like this....
contents
contents

If you're talking about skinny looking spoilers I have no idea how to do that but would like to know xD
 
Do you mean like this?
HTML:
[table="width: 700, align: center"]
[tr]
	[td][SPOILER=Left spoiler]contents[/SPOILER][td]
	[td][SPOILER=Right spoiler]contents[/SPOILER][/td]
[/tr]
[/table]
^ That will look like this....
contents
contents

If you're talking about skinny looking spoilers I have no idea how to do that but would like to know xD

thanks so much! <3
 
Like the ones in my sig?
Make a table with one row and x columns (x is how many mini-spoilers you want), and put a spoiler in each slot of the table.

Here's for my three mini-spoilers:

HTML:
[table="width: 500, align: center"]
[tr]
	[td][spoiler= ]contents of spoiler #1~[/spoiler][/td]
	[td][spoiler= ]contents of spoiler #2~[/spoiler][/td]
	[td][spoiler= ]contents of spoiler #3~[/spoiler][/td]
[/tr]
[/table]

contents of spoiler #1~
contents of spoiler #2~
contents of spoiler #3~

Add another "[~td][~spoiler= ]contents of spoiler #3~[~/spoiler][~/td]" (remove the ~'s of course) and edit it if you want an additional mini-spoiler. Edit the width number in "table="width: 500, align: center" to change how wide they are (sometimes makes screwy results), and edit the align to make all the spoilers align to the left, center, or right respectively. Hope this helps!
 
Like the ones in my sig?
Make a table with one row and x columns (x is how many mini-spoilers you want), and put a spoiler in each slot of the table.

Here's for my three mini-spoilers:

HTML:
[table="width: 500, align: center"]
[tr]
	[td][spoiler= ]contents of spoiler #1~[/spoiler][/td]
	[td][spoiler= ]contents of spoiler #2~[/spoiler][/td]
	[td][spoiler= ]contents of spoiler #3~[/spoiler][/td]
[/tr]
[/table]

contents of spoiler #1~
contents of spoiler #2~
contents of spoiler #3~

Add another "[~td][~spoiler= ]contents of spoiler #3~[~/spoiler][~/td]" (remove the ~'s of course) and edit it if you want an additional mini-spoiler. Edit the width number in "table="width: 500, align: center" to change how wide they are (sometimes makes screwy results), and edit the align to make all the spoilers align to the left, center, or right respectively. Hope this helps!

thanks so much! <3
 
Back
Top