Post
Topic
Board Beginners & Help
Merits 1 from 1 user
[Tips] Bulletin Board Codes(BB Codes)
by
vphasitha01
on 28/05/2018, 20:47:17 UTC
⭐ Merited by xtraelv (1)
I was really amazed when i joined the Bitcointalk forum by considering how much that we can learn from a single forum about cryptocurrency rather just searching so many web pages through internet. Then i started to search and read the posts. Then i realized this is not just a search and read forum and we need to be interact with other peoples in order get maximum out of it. Then i had to faced the another problem "How do i posting a good post with BB Codes?" So i learned Basics about BB codes and i want to share it with you guys.Feel free to fill my voids from your valuable additions to make this post to become a complete guidance for BB code learners (I am more than happy to add your additions to my post) Smiley


Bold, Italics, Underline, Struck Through

Code:
This is [B]bold[/B] text
This is [I]italic[/I] text
This is [U]underlined[/U] text
This is [S]struck-through[/S] text

This is bold text
This is italic text
This is underlined text
This is struck-through text


Text Colour, Font and Size

Code:
This is [COLOR=red]red[/COLOR] and [COLOR=#FF00FF]Fuchsia[/COLOR] text
This is [FONT=Courier New]Courier New[/FONT]text
This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text

This is red and Fuchsia text
This is Courier New text
This is small and big text

Note - We can also used HEX COLOUR CODES instead of predefined 14 colours in the bulletin board.

        
Lists (Bullets)

Code:
[LIST]
[*]Bullet 1
[+]Bullet 2
[/LIST]

  • Bullet 1
  • Bullet 2


Left, Center and Right Text Alignment

Code:
[LEFT]Left-Aligned Text[/LEFT]
[CENTER]Center-Aligned Text[/CENTER]
[RIGHT]Right-Aligned Text[/RIGHT]

Left-Aligned Text
Center-Aligned Text
Right-aligned text


Quoted Text

Code:
[QUOTE]Quoted text[/QUOTE]
[QUOTE=username]Something they said....[/QUOTE]

Quote
Quoted text
Quote from: username
Something they said....


Url and E-mail Linking

Code:
[URL]http://www.example.com[/URL]
[URL=http://www.example.com]click here for more details[/URL]
[EMAIL=youremail@gmail.com]Email me[/EMAIL]
[EMAIL=youremail@yahoo.com]Contact me[/EMAIL]

http://www.example.com
click here for more details
Email me
Contact me


Insert Images

Code:
[IMG]https://www.bitfortip.com/uploads/questions/a2d59210f4f619d14f6826c7c7b8d3c37489.png[/IMG]



Note - I cannot post images right now(i am still newbie) and we need to rank up above Jr. member level to post images.There is a good guiding post made by Husna QA


Insert Table

Code:
[table][tr][td][Coloumn 1 x Raw 1][/td][td][Coloumn 2 x Raw 1][/td][td][Column 3 x Raw 1][/td][/tr]
[tr][td][Coloumn 1 x Raw 2][/td][td][Coloumn 1 x Raw 2][/td][td][Column 1 x Raw 3][/td][/tr][/table]

[Coloumn 1 x Raw 1][Coloumn 2 x Raw 1][Column 3 x Raw 1]
[Coloumn 1 x Raw 2][Coloumn 1 x Raw 2][Column 1 x Raw 3]


Insert Superscript and Subscript

Code:
This is [sup]superscipt[/sup]
This is [sub]subscript[/sub]

This is superscipt
This is subscript


Insert Abbreviation

Code:
[abbr=Professor]Prof.[/abbr]
[abbr=Page]P.[/abbr]

Prof.
P.


Insert Acronym

Code:
[acronym=Hold on for Dear Life]HODL[/acronym]
[acronym=Do Your Own Research]DYOR[/acronym]

HODL
DYOR

Insert Vedio

I have found very good informative post made by
shahzadafzal regarding
"How to add YouTube videos to your post"


1. Get the Youtube video link e.g. https://www.youtube.com/watch?v=Gc2en3nHxA4 (Remember this id Gc2en3nHxA4)
2. There are 4 a default thumbnail images to each video the, URL to these images will be like

Code:
https://img.youtube.com/vi//0.jpg
https://img.youtube.com/vi//1.jpg
https://img.youtube.com/vi//2.jpg
https://img.youtube.com/vi//3.jpg

3. Now to add or embed youtube video, add img tag and replace Youtube Video id

Code:
[img]https://img.youtube.com/vi/Gc2en3nHxA4/0.jpg[/img]

4. Now add URL tag and point URL to actual youtube video

Code:
[url=https://www.youtube.com/watch?v=Gc2en3nHxA4][img]https://img.youtube.com/vi/Gc2en3nHxA4/0.jpg[/img][/url]

5. Final result, Youtube video, click to play Smiley





Edited - Added "Insert Vedio" and thanks to shahzadafzal