Advanced BBCode Box 3 by mssti

Advanced BBCode Box 3 :: Help Page

Description : Font type

BBcode usage format:
[font=Comic Sans MS]text[/font]
Note: You can define additional font-families
Example :
[font=Comic Sans MS]This is a text sample[/font]
BBcode example displays as :
This is a text sample
Top

Description : Font size

BBcode usage format:
[size=150]text large[/size]
Note: The value will be interpreted as a percentage
Example :
[size=150]This is a text sample[/size]
BBcode example displays as :
This is a text sample
Top

Description : Highlight text

BBcode usage format:
[highlight=yellow]text[/highlight]
Note: You can use html colors (color=#FF0000 or color=red)
Example :
[highlight=yellow]This is a text sample[/highlight]
BBcode example displays as :
This is a text sample
Top

Description : Font colour

BBcode usage format:
[color=red]text[/color]
Note: You can use html colors (color=#FF0000 or color=red)
Example :
[color=red]This is a text sample[/color]
BBcode example displays as :
This is a text sample
Top

Description : Bullet list

BBcode usage format:
[list]text[/list]
Note: Use [*] to create bullets
Example :
[list][*]Item 1[*]Item 2[*]Item 3[/list] or [list][*]Item 1[list][*]sub-item 1[list][*]sub-sub-item1[/list][/list][/list]
BBcode example displays as :
  • Item 1
  • Item 2
  • Item 3
or
  • Item 1
    • sub-item 1
      • sub-sub-item1

Top

Description : Ordered list

BBcode usage format:
[list=1|a|A|i|I]text[/list]
Note: Use [*] to create bullets
Example :
[list=1][*]Item 1[*]Item2[*]Item3[/list] or [list=a][*]Item a[*]Item b[*]Item c[/list] or [list=A][*]Item A[*]Item B[*]Item C[/list] or [list=i][*]Item i[*]Item ii[*]Item iii[/list] or [list=I][*]Item I[*]Item II[*]Item III[/list]
BBcode example displays as :
  1. Item 1
  2. Item2
  3. Item3
or
  1. Item a
  2. Item b
  3. Item c
or
  1. Item A
  2. Item B
  3. Item C
or
  1. Item i
  2. Item ii
  3. Item iii
or
  1. Item I
  2. Item II
  3. Item III

Top

Description : Horizontal line

BBcode usage format:
[hr]
Note: Creates a horizontal line to seperate text
Example :
This is a text sample[hr]This is a text sample
BBcode example displays as :
This is a text sample
This is a text sample
Top

Description : Tabs

BBcode usage format:
[tabs] [tabs:Title]this tab text[tabs:Another]this tab text[/tabs]
Example :
[tabs] [tabs:Tab Title] All the content below this tag will be displayed inside this tab, until another tab is declared with: [tabs:XXX].[tabs:Another Tab] And so on...until the end of the page or optionally you can use [/tabs] to end the last tab and display normal text outside the tabs.[/tabs]
BBcode example displays as :
Tab Title :  All the content below this tag will be displayed inside this tab, until another tab is declared with: [tabs:XXX].
Another Tab :  And so on...until the end of the page or optionally you can use [/tabs] to end the last tab and display normal text outside the tabs.

Top

Description : Text in bold

BBcode usage format:
[b]text[/b]
Example :
[b]This is a text sample[/b]
BBcode example displays as :
This is a text sample
Top

Description : Text in italics

BBcode usage format:
[i]text[/i]
Example :
[i]This is a text sample[/i]
BBcode example displays as :
This is a text sample
Top

Description : Text underlined

BBcode usage format:
[u]text[/u]
Example :
[u]This is a text sample[/u]
BBcode example displays as :
This is a text sample
Top

Description : Text strikethrough

BBcode usage format:
[s]text[/s]
Example :
[s]This is a text sample[/s]
BBcode example displays as :
This is a text sample
Top

Description : Sets the text as superscripts

BBcode usage format:
[sup]text[/sup]
Example :
This is normal text [sup]This is a text sample[/sup] this is normal text
BBcode example displays as :
This is normal text This is a text sample this is normal text
Top

Description : Sets the text as subscripts

BBcode usage format:
[sub]text[/sub]
Example :
This is normal text [sub]This is a text sample[/sub] this is normal text
BBcode example displays as :
This is normal text This is a text sample this is normal text
Top

Description : Text justified

BBcode usage format:
[align=justify]text[/align]
Example :
[align=justify]This is
a sample text
This is a text sample[/align]
BBcode example displays as :
This is
a sample text
This is a text sample

Top

Description : Text left aligned

BBcode usage format:
[align=left]text[/align]
Example :
[align=left]This is a text sample[/align]
BBcode example displays as :
This is a text sample
Top

Description : Text aligned to the center

BBcode usage format:
[align=center]text[/align]
Example :
[align=center]This is a text sample[/align]
BBcode example displays as :
This is a text sample
Top

Description : Text right aligned

BBcode usage format:
[align=right]text[/align]
Example :
[align=right]This is a text sample[/align]
BBcode example displays as :
This is a text sample
Top

Description : Text preformatted

BBcode usage format:
[pre]text[/pre]
Example :
[pre]This is a text sample
This is a text sample[/pre]
BBcode example displays as :
This is a text sample
This is a text sample

Top

Description : Creates a normal indent

BBcode usage format:
[tab=nn]
Enter a number that will be the margin measured in pixels.
Example :
[tab=30]This is a text sample
BBcode example displays as :
This is a text sample
Top

Description : Text direction for reading left-to-right

BBcode usage format:
[dir=ltr]text[/dir]
Example :
[dir=ltr]This is a text sample[/dir]
BBcode example displays as :
This is a text sample
Top

Description : Text direction for reading right-to-left

BBcode usage format:
[dir=rtl]text[/dir]
Example :
[dir=rtl]This is a text sample[/dir]
BBcode example displays as :
This is a text sample
Top

Description : Code

BBcode usage format:
[code]code[/code]
Example :
[code]This is a text sample[/code]
BBcode example displays as :
Code: Select all
This is a text sample

Top

Description : Quote

BBcode usage format:
[quote]text[/quote] or [quote=“member”]text[/quote]
Example :
[quote]This is a text sample[/quote] or [quote="member"]This is a text sample[/quote]
BBcode example displays as :
This is a text sample
or
member wrote:This is a text sample

Top

Description : Spoiler text

BBcode usage format:
[spoil]text[/spoil]
Example :
[spoil]This is a text sample[/spoil]
BBcode example displays as :
This is a text sample

Top

Description : Hide content from unregistered guests

BBcode usage format:
[hidden]text[/hidden]
Example :
[hidden]This is a text sample[/hidden]
BBcode example displays as :
This board requires you to be registered and logged-in before you can view hidden messages

Top

Description : Insert Off topic text

BBcode usage format:
[offtopic]text[/offtopic]
Example :
[offtopic]This is a text sample[/offtopic]
BBcode example displays as :
Offtopic :
This is a text sample

Top

Description : Insert a table

BBcode usage format:
[table=(ccs style)][tr=(ccs style)][td=(ccs style)]text[/td][/tr][/table]
Example :
[table=width:50%;border:1px solid #cccccc][tr=text-align:center][td=border:1px solid #cccccc]This is a text sample[/td][/tr][/table]
BBcode example displays as :
This is a text sample

Top

Description : Anchor

BBcode usage format:
[anchor=(this anchor name) goto=(the name of another anchor)]text[/anchor]
Example :
[anchor=help_0 goto=help_1]Go to link 1[/anchor]
or [anchor=help_1]this is the link 1[/anchor]
BBcode example displays as :
 Go to link 1 
or  this is the link 1 
Top

Description : Web address

BBcode usage format:
[url]http://...[/url] or [url=http://...]Name of site[/url]
Example :
[url=http://www.mssti.com].:: MSSTI ::.[/url]
BBcode example displays as :
.:: MSSTI ::.
Top

Description : Email

BBcode usage format:
[email]user@server.ext[/email] or [email=user@server.ext]My email[/email]
Example :
[email=user@server.ext]user@server.ext[/email]
BBcode example displays as :
user@server.ext
Top

Description : Insert image

BBcode usage format:
[img=(left|center|right|float-left|float-right)]http://...[/img]
Example :
[img=center]http://www.google.com/intl/en_com/images/logo_plain.png[/img]
BBcode example displays as :
Image

Top

Description : Insert thumbnail

BBcode usage format:
[thumbnail(=(left|center|right|float-left|float-right))]http://...[/thumbnail]
Example :
[thumbnail]http://www.google.com/intl/en_com/images/logo_plain.png[/thumbnail]
BBcode example displays as :
Image
Top

Description : Insert search word

BBcode usage format:
[search(=(bing|yahoo|google|altavista|lycos|wikipedia))]text[/search]
Example :
[search]Advanced BBcode Box 3[/search]
or [search=bing]Advanced BBcode Box 3[/search]
or [search=yahoo]Advanced BBcode Box 3[/search]
or [search=google]Advanced BBcode Box 3[/search]
or [search=altavista]Advanced BBcode Box 3[/search]
or [search=lycos]Advanced BBcode Box 3[/search]
or [search=wikipedia]Advanced BBcode Box 3[/search]
BBcode example displays as :
search… : Advanced BBcode Box 3
or bing search… : Advanced BBcode Box 3
or yahoo search… : Advanced BBcode Box 3
or google search… : Advanced BBcode Box 3
or altavista search… : Advanced BBcode Box 3
or lycos search… : Advanced BBcode Box 3
or wikipedia search… : Advanced BBcode Box 3
Top

Description : Insert web video

BBcode usage format:
[BBvideo]Video URL[/BBvideo]
Example :
[BBvideo 425,350]http://www.youtube.com/watch?v=PDGxfsf-xwQ[/BBvideo]
BBcode example displays as :
www.youtube.com Video from : www.youtube.com

Top
cron