BBCODES TUTORIAL

BBcodes are an abbreviated version of HTML. To use BBcodes, follow the directions below. NOTE: You cannot use BBcodes and HTML in the same post.


TO CREATE A LINK:

[link]www.google.com[/link]
     RESULT: www.google.com

[link=www.google.com]google[/link]
     RESULT: google


TO INSERT AN IMAGE:

[image]www.joaquin-phoenix.net/files/button03.gif[/image]

     RESULT:


TO DECORATE YOUR TEXT:

[b]bold text[/b]
     RESULT: bold text

[i]italic text[/i]
     RESULT: italic text

[u]underlined text[/u]
     RESULT: underlined text


TO MAKE A QUOTE:

[quote]"I actually created all of them."[/quote]
     RESULT: Quote:

                   --------------------------------------------------
                   "I actually created all of them."
                   --------------------------------------------------


CLOSE WINDOW