Page 1 of 2 12 LastLast
Results 1 to 20 of 25

Thread: [GUIDE] Forum editing codes (BB codes)

  1. #1
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default [GUIDE] Forum editing codes (BB codes)

    BB CODES For Threads or Post Editing




    Introduction
    Too long in forums yet you don't know how to do spoilers yet? Then your in luck, this guide will help you understand basic BB codes you can use in you post or threads to make it awesome!

    This is to help those who don't know BB codes and provide a reference to those who knew. This will help the forumers to make their threads or posts looks better, neat, presentable and/or artistic.


    What is BB code?
    BB code (Bulletin Board Code)
    is a lightweight markup language used to format posts in many message boards. The available tags are usually indicated by square brackets ([ ]) surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand, usually HTML or XHTML.



    NAME DESCRIPTION SYNTAX SAMPLE USAGE SAMPLE OUTPUT
    Bold / Italic / Underline The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined. [b]value[/b]
    [i]value[/i]
    [u]value[/u]
    [b]this text is bold[/b]
    [i]this text is italic[/i]
    [u]this text is underlined[/u]
    this text is bold
    this text is italic
    this text is underlined
    Color The [color] tag allows you to change the color of your text.
    You can pick hexadecimal color code here
    [color=Option]value[/color] [color=blue]this text is blue[/color]
    [color=#FF0000]this text is red[/color]
    this text is blue
    this text is red
    Size The [size] tag allows you to change the size of your text. [size=Option]value[/size] [size=+2]this text size larger than normal[/size] this text size larger than normal
    Subscript and Superscript The [sup] tag allows you to make a superscript text,
    While the [sub] tag allows you to make subscript.
    [sup]value[/sup]
    [sub]value[/sub]
    E=mc[sup]2[/sup]
    H[sub]2[/sub]O
    E=mc2
    H2O
    Font The [font] tag allows you to change the font of your text.
    Samples are:
     

    Antiqua
    Architect
    Arial
    BankFuturistic
    BankGothic
    Blackletter
    Blagovest
    Calibri
    Comic Sans
    Courier
    Cursive
    Decorative
    Fantasy
    Fraktur
    Frosty
    Garamond
    Georgia
    Helvetica
    Impact
    Minion
    Modern
    Monospace
    Palatino
    Roman
    Sans-serif
    Serif
    Script
    Swiss
    Times
    Times New Roman
    Tw Cen MT
    Verdana
    [font=Option]value[/font] [font=courier]this text is in the courier font[/font] this text is in the courier font
    Left / Right / Center The [left], [right] and [center] tags allow you to change the alignment of your text. [left]value[/left]
    [center]value[/center]
    [right]value[/right]
    [left]this text is left-aligned[/left]
    [center]this text is center-aligned[/center]
    [right]this text is right-aligned[/right]
    this text is left-aligned
    this text is center-aligned
    this text is right-aligned
    Indent The [indent] tag allows you to indent your text. [indent]value[/indent] [indent]this text is indented[/indent]
    this text is indented
    Email Linking The [email] tag allows you to link to an email address.
    You can include an optional parameter to 'name' your link.
    [email]value[/email]
    [email=Option]value[/email]
    [email]j.doe@example.com[/email]
    [email=j.doe@example.com]Click Here to Email Me[/email]
    j.doe@example.com
    Click Here to Email Me
    URL Hyperlinking The [url] tag allows you to link to other websites and files.
    You can include an optional parameter to 'name' your link.
    [url]value[/url]
    [url=Option]value[/url]
    [url]http://www.google.com[/url]
    [url=http://www.google.com]GOOGLE[/url]
    http://www.google.com
    GOOGLE
    List The [list] tag allows you to create advanced lists by specifying an option.
    The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list)
    or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list)
    or i (for a numbered with small Roman numeral list).
    [list]value[/list]
    [list=Option]value[/list]

    [list][*]list item 1[*]list item 2[/list]

    [list=1][*]list item 1[*]list item 2[/list]

    [list=A][*]list item 1[*]list item 2[/list]

    [list=a][*]list item 1[*]list item 2[/list]
    • list item 1
    • list item 2


    1. list item 1
    2. list item 2


    1. list item 1
    2. list item 2


    1. list item 1
    2. list item 2
    Images The [img] tag allows you to embed images within your posts.
    You can also combine this tag with the [url] tag to make images become links.
    [img]value[/img] [img]http://www.dynamicdrive.com/forums/images/statusicon/forum_new-48.png[/img] (Not linked)
    [url=http://www.example.com] [img]http://www.dynamicdrive.com/forums/images/statusicon/forum_new-48.png[/img] [/url] (Linked)
    (Not linked)
    (Linked)
    Videos The [video] tag allows you to embed videos from various video services within your posts. [video]value[/video] [video=youtube_share;PJEUe0HTHf8]http://youtu.be/PJEUe0HTHf8[/video]
     

    Note: I hid the video in spoiler to save space in the table.
    Quote The [quote] tag allows you to attribute text to someone else. [quote]Quote[/quote]
    [quote=User Name]value[/quote]
    [quote]Lorem ipsum dolor sit amet[/quote]
    [quote=John Doe]Lorem ipsum dolor sit amet[/quote]
    [quote=John Doe;310455]Lorem ipsum dolor sit amet[/quote]
    Lorem ipsum dolor sit amet
    Quote Originally Posted by John Doe
    Lorem ipsum dolor sit amet
    Quote Originally Posted by John Doe View Post
    Lorem ipsum dolor sit amet
    Highlight The [highlight] tag allows you to emphasize your text. [highlight]value[/highlight] [highlight]this text is highlighted[/highlight] this text is highlighted
    Attachment The [attach] tag allows you to display an attachment in your post rather than at the bottom.
    It will only display attachments that belong to the post in which it is utilized.
    [attach]attachmentid[/attach] [ATTACH]108934[/ATTACH]
    Spoilers The [spoiler] tag allows you to hide a text or image. [spoiler=title]value[/spoiler] [spoiler=Hidden]Hidden text here[/spoiler]
     
    Hidden text here
    Horizontal line The [hr] tag allows you to create a horizontal line across the page. [hr][/hr] [hr][/hr]
    Table The [table] tag allows you to create a table with a row in it.
    [tr]-table row
    [th]-heading cell
    [td]-content cell
    [table]rows[/table]
    [tr]heading cell[/tr]
    or [tr]content cell[/tr]
    [th]value[/th]
    [td]value[/td]
    [table][tr][th]STAT[/th][th]VALUE[/th][/tr]
    [tr][td]DEX[/td][td]20[/td][/tr]
    [tr][td]INT[/td][td]10[/td][/tr]
    [/table]
    STAT VALUE
    DEX 20
    INT 10





    These are the basic BB codes available in this forum, I hope you can use it and share it! Enjoy







    You can actually find the BB code list by clicking the "BB code is On" below.
    Last edited by kinzmet; 01-11-2015 at 12:03 PM.

  2. The Following 9 Users Say Thank You to kinzmet For This Useful Post:


  3. #2
    Luminary Poster Schnitzel's Avatar
    Join Date
    Oct 2011
    Location
    ::1
    Posts
    6,065
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1,227
    Thanked in
    769 Posts

    Default

    nice guide!

    may i ask how you created that table?
    whats the BBCode for creating one?
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    .

  4. #3
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default

    Quote Originally Posted by Ruizhe View Post
    nice guide!

    may i ask how you created that table?
    whats the BBCode for creating one?
    Thanks!

    I used
    [table][/table] for table
    [tr][/tr] for rows
    [td][/td] for columns


    I will add it on the guide.

    Update: Its added
    Last edited by kinzmet; 01-10-2015 at 08:51 PM.

  5. #4
    Member Inan'hesh's Avatar
    Join Date
    Sep 2014
    Posts
    92
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    12
    Thanked in
    8 Posts

    Default

    Thanks! This is great guide!

    INAN'HESH
    Difficult times create strong people, strong people create peaceful times, peaceful times create weak people, weak people create difficult times

  6. #5
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default

    Quote Originally Posted by Inan'hesh View Post
    Thanks! This is great guide!
    Your welcome Thanks also!

  7. #6
    Senior Member ClumsyCactus's Avatar
    Join Date
    Sep 2013
    Location
    My bed, Sweden
    Posts
    1,902
    Thanks Thanks Given 
    914
    Thanks Thanks Received 
    442
    Thanked in
    275 Posts

    Default

     
    spoiler on spoilers

    or what? Will this become a spoiler? I DONT UNDERSTAND
    NO WAY YOU MADE ME UNDERSTAND HOW TO USE SPOILERS AFTER LIKE A YEAR OF TRYING ON THE FORUMS, I WONT EVEN THANK YOU, YOU ARE GETTING THE GREEN THUMB ON THAT ONE
    (That was me dancing)
     


    Last edited by ClumsyCactus; 01-10-2015 at 09:34 PM.

  8. #7
    Senior Member ThePvpTwink's Avatar
    Join Date
    Oct 2011
    Location
    Bay Area, CA
    Posts
    2,550
    Thanks Thanks Given 
    178
    Thanks Thanks Received 
    86
    Thanked in
    81 Posts

    Default

    Nice job
    PL:Xxkoopyxx~Xpertfarmer~Avianftw~Ithepvptwink~ Expertfarmer~Gratuity~Theaviantwink~Bearocalypsed~ Tehmagetwink~Tehbeartwink~Koopymerch+more AL:Thepvptwink~Xxkoopyxx~Ithepvptwink SL: Thepvptwink DL: Thepvptwink

  9. #8
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default

    Quote Originally Posted by jinathedemo View Post
     
    spoiler on spoilers

    or what? Will this become a spoiler? I DONT UNDERSTAND
    NO WAY YOU MADE ME UNDERSTAND HOW TO USE SPOILERS AFTER LIKE A YEAR OF TRYING ON THE FORUMS, I WONT EVEN THANK YOU, YOU ARE GETTING THE GREEN THUMB ON THAT ONE
    (That was me dancing)
     


    Quote Originally Posted by ThePvpTwink View Post
    Nice job
    Thanks . I know many forumers are really not familiar with these codes, I'm glad I can help.

  10. #9
    Senior Member nevercan's Avatar
    Join Date
    Dec 2014
    Posts
    1,380
    Thanks Thanks Given 
    50
    Thanks Thanks Received 
    73
    Thanked in
    64 Posts

    Default

     
    omg i did an spoiler






     
    this is an great guide!

  11. #10
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default

    Quote Originally Posted by nevercan View Post
     
    omg i did an spoiler






     
    this is an great guide!
    Thanks

  12. #11
    Junior Member Skylerline's Avatar
    Join Date
    Oct 2014
    Location
    Traveler's Outpost
    Posts
    10
    Thanks Thanks Given 
    6
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Amazing guide thanks!

  13. #12
    Member Inan'hesh's Avatar
    Join Date
    Sep 2014
    Posts
    92
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    12
    Thanked in
    8 Posts

    Default

     
     
     
     
     
     
     
    I learned how to do spoilers thanks!

    INAN'HESH
    Difficult times create strong people, strong people create peaceful times, peaceful times create weak people, weak people create difficult times

  14. #13
    Senior Member Dex Scene's Avatar
    Join Date
    Apr 2014
    Location
    Starter House
    Posts
    3,648
    Thanks Thanks Given 
    813
    Thanks Thanks Received 
    689
    Thanked in
    465 Posts

    Default

     
    testing

  15. #14
    Senior Member Dex Scene's Avatar
    Join Date
    Apr 2014
    Location
    Starter House
    Posts
    3,648
    Thanks Thanks Given 
    813
    Thanks Thanks Received 
    689
    Thanked in
    465 Posts

    Default

    I still can't do spoilers... anyway good guide!!

  16. #15
    Senior Member nevercan's Avatar
    Join Date
    Dec 2014
    Posts
    1,380
    Thanks Thanks Given 
    50
    Thanks Thanks Received 
    73
    Thanked in
    64 Posts

    Default

    Quote Originally Posted by Dex Scene View Post
    I still can't do spoilers... anyway good guide!!
    You just did

  17. #16
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default

    Quote Originally Posted by Dex Scene View Post
     
    testing
    Quote Originally Posted by Dex Scene View Post
    I still can't do spoilers... anyway good guide!!
    You just did spoiler, great job!

  18. #17
    Senior Member Dex Scene's Avatar
    Join Date
    Apr 2014
    Location
    Starter House
    Posts
    3,648
    Thanks Thanks Given 
    813
    Thanks Thanks Received 
    689
    Thanked in
    465 Posts

    Default

    Quote Originally Posted by kinzmet View Post
    You just did spoiler, great job!
    Quote Originally Posted by nevercan View Post
    You just did
    Ohhh did I??
    maybe Tapatalk can't show Spoiler :P ty ty guys Iam so proud of myself!

  19. #18
    Blogger kinzmet's Avatar
    Join Date
    Dec 2013
    Location
    Are you a stalker? Awesomeness: ♥♥♥♥♥♥♥♥♥
    Posts
    1,620
    Thanks Thanks Given 
    145
    Thanks Thanks Received 
    426
    Thanked in
    248 Posts

    Default

    Quote Originally Posted by Dex Scene View Post
    Ohhh did I??
    maybe Tapatalk can't show Spoiler :P ty ty guys Iam so proud of myself!
    Oh, tapatalk now I know why you didnt see it.
    Your welcome!

  20. #19
    Senior Member nevercan's Avatar
    Join Date
    Dec 2014
    Posts
    1,380
    Thanks Thanks Given 
    50
    Thanks Thanks Received 
    73
    Thanked in
    64 Posts

    Default

    Quote Originally Posted by Inan'hesh View Post
     
     
     
     
     
     
     
    I learned how to do spoilers thanks!
    Quote Originally Posted by nevercan View Post
    You just did
    Quote Originally Posted by kinzmet View Post
    You just did spoiler, great job!
    Quote Originally Posted by Dex Scene View Post
    Ohhh did I??
    maybe Tapatalk can't show Spoiler :P ty ty guys Iam so proud of myself!
    Quote Originally Posted by kinzmet View Post
    Oh, tapatalk now I know why you didnt see it.
    Your welcome!
    Wauw i find oyt how to select multibel chats

  21. #20
    Senior Member Xeusx's Avatar
    Join Date
    Aug 2013
    Location
    I unlive in Underworld. Unlive, not live.
    Posts
    4,081
    Thanks Thanks Given 
    585
    Thanks Thanks Received 
    315
    Thanked in
    272 Posts

    Default

    I guess I should try out the table code one.

    Persentage Prynce Xeusx
    Being a Nab 99,9% 99,9%
    Being a BNF together 100% 100%

    EDIT: So it works. Anyway, great job on the guide!

Similar Threads

  1. GUIDE : Promo Codes, LIST!
    By Chickenrunnn in forum PL Player Guides
    Replies: 68
    Last Post: 05-24-2018, 10:45 PM
  2. [Guide] Chat Codes
    By PvE in forum AL Player Guides
    Replies: 30
    Last Post: 08-19-2014, 10:21 AM
  3. Codes
    By SillyJuan in forum PL General Discussion
    Replies: 15
    Last Post: 08-04-2014, 12:33 AM
  4. Chat Codes Guide. [Video]
    By Ape in forum PL General Discussion
    Replies: 7
    Last Post: 07-07-2013, 01:59 AM
  5. Chat Codes [Guide].
    By Ape in forum PL Player vs. Player
    Replies: 0
    Last Post: 07-06-2013, 10:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •