i know some of you want to "jazz up" your words so heres how to do it with HTML
bold = < b > text
italic = < i > text
underlined = text
all in one
< b >< i > text
more coming soon :D
ok lets start again
how to use HTML to "jazz up" your text
note: i will put Barracks "( )" but when you write your own HTML please put Triangle barrack ""
bold = (b)bold(/b)
iltalic = (i)iltalic(/i)
underlined = (u)underlined(/u)
all in one
(b)(i)(u) all in one (/b)(/i)(/u)
enjoy more coming soon
ok time for colour :D
this is a long so remeber
the colour red
(font color="red") the colour red (/font)
ok for a bit of text formatting:
This text is strong
This text is big
This text is emphasized
This text is small
This text contains
subscript
This text contains
superscript
now how do you do this... hmmm lets see:
(strong)
This text is strong
(/strong)
(big)
This text is big
(/big)
(em)
This text is emphasized
(/em)
(small)
This text is small
(/small)
This text contains
(sub)
subscript
(/sub)
This text contains
(sup)
superscript
(/sup)
enjoy!
Here comes a long quotation:
This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation.
hyperlinks:
This text is a link to a page on
the World Wide Web.
(a href="http://www.google.com")
google(/a) is a link to a page on
the World Wide Web.