-
[url] [/url]
Used to create a link
eg: [url]http://yahoo.com[/url]
-
[a] [/a]
Same as [url]
eg: [a]http://boastology.com[/a]
-
[b] [/b]
Print Bold text
eg: [b] Some text [/b]
-
[i] [/i]
Print Italisised Text
eg: [i] Some Text [/i]
-
[u] [/u]
Print underlined Text
eg: [u] Text here [/u]
-
[s] [/s]
Print StrikeThrough text
eg: [s] Text here [/s]
-
[color] [/color]
Print colored text
eg: [color=red] Colored text [/color]
[color=#FF00FF] Colored Text [/color] DONOT USE " " QUOTES!
-
[size] [/size]
Print sized text
eg: [size=4] Sized Text [/size]
[size=7] Sized text [/size] DONOT USE " " QUOTES!
-
[font] [/font]
Print text is some particular font
eg: [font=Verdana] TEXT Here [/font]
[font=Comic Sans MS] Text here [/font] DONOT USE " " QUOTES!
-
[code] [/code]
Print text in CODE format
|
Code:
This is a sample Coded
text |
eg : [code]
This is some coded text [/code]
-
[quote] [/quote]
Print some text int the quote form
|
Quote:
This
is a sample Quoted text |
eg: [quote]
Quoted text [/quote]
-
[img] [/img]
Include an image
eg: [img] http://site.com/image.gif [/img]
-
[img=a*b] [/img]
Display sized image, where
a
is the width of the image and
b
is the height
eg: [img=60*80]http://site.com/img.jpg[/img]