Page 1 of 2

Test Post

Posted: Mon Dec 24, 2007 1:23 pm
by Psychotic_Carp
Im using this to test new stuff

Re: Test Post

Posted: Mon Dec 24, 2007 1:24 pm
by Psychotic_Carp

Code: Select all

[center][/center]
Center bbcode

Re: Test Post

Posted: Mon Dec 24, 2007 1:26 pm
by Psychotic_Carp

Code: Select all

[right][/right]
Align text to the right

Re: Test Post

Posted: Mon Dec 24, 2007 1:28 pm
by Psychotic_Carp

Code: Select all

[justify][/justify]
To justify text (need a paragraph)

Re: Test Post

Posted: Mon Dec 24, 2007 1:30 pm
by Psychotic_Carp

Code: Select all

[reverse]{TEXT}[/reverse]

Whats going on here?

Re: Test Post

Posted: Mon Dec 24, 2007 1:31 pm
by Psychotic_Carp

Code: Select all

[spoiler][/spoiler]
Spoiler:
Hes dead

Re: Test Post

Posted: Mon Dec 24, 2007 1:38 pm
by Psychotic_Carp
I found those here

http://www.phpbb.com/community/viewtopic.php?t=405994

see any you want ill try to add them

Re: Test Post

Posted: Mon Dec 24, 2007 1:38 pm
by Psychotic_Carp
added these a bit a go :1: :5:

Re: Test Post

Posted: Mon Dec 24, 2007 1:47 pm
by Psychotic_Carp
Upload test

Re: Test Post

Posted: Mon Dec 24, 2007 3:36 pm
by Rusty
Cool stuff. I like the Zatanna option.

Re: Test Post

Posted: Mon Dec 24, 2007 5:34 pm
by Psychotic_Carp
Rusty wrote:Cool stuff. I like the Zatanna option.

I had to look up who you were talking about!

Re: Test Post

Posted: Mon Dec 24, 2007 6:33 pm
by Rusty
Psychotic_Carp wrote:
Rusty wrote:Cool stuff. I like the Zatanna option.

I had to look up who you were talking about!
Good!

Re: Test Post

Posted: Mon Dec 24, 2007 7:15 pm
by Hella
I tried out a few different spoiler tags and this was the one I liked and went with:

BB:

Code: Select all

[spoiler]{TEXT}[/spoiler]
HTML Replacement:

Code: Select all

<div style="padding: 3px; background-color: #FFFFFF; border: 1px solid #d8d8d8; font-size: 1em;"><div style="text-transform: uppercase; border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;"><span onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>Hide</a>'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>Show</a>'; }" /><b>Spoiler: </b><a href="#" onClick="return false;">show</a></span></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
It looks like this: http://hellamike.com/testboard/viewtopic.php?p=6#p6

Re: Test Post

Posted: Mon Dec 24, 2007 7:32 pm
by Psychotic_Carp
I just added the dropdown version a few posts up

Re: Test Post

Posted: Mon Dec 24, 2007 10:24 pm
by Rusty
They use that type of spoiler on 1 or 2 other boards I frequent, including the Tokyopop board I believe.