Jump to content


Bbcode Typography


2 replies to this topic

#1 sykadul

    Sykadul

  • Administrators
  • 512 posts

Posted 03 August 2011 - 09:09

As some of you have asked me in the past how to use BBCode here are some examples:

Code:
[b]bolded text[/b]
Result: bolded text



Code:
[i]italicized text[/i]
Result: italicized text



Code:
[u]underlined text[/u]
Result: underlined text



Code:
[s]strikethrough text[/s]
Result: strikethrough text



Code:
[img]http://www.astalavista.com/public/style_images/astalavistav4/logo.png[/img]
OR
[img h=65 w=50]http://www.astalavista.com/public/style_images/astalavistav4/logo.png[/img]

Result:
Posted Image



Code:
[url=http://www.astalavista.com]Astalavista[/url]
Result: Astalavista



Code:
[url]http://www.astalavista.com[/url]
Result: http://www.astalavista.com



Code:
[quote]quoted text[/quote]
Result:

Quote

quoted text



Code:
monospaced text
Result:
monospaced text



Code:
[size=5]A Title[/size]
Result: A Title



Code:
[color=red]Red Text[/color]
OR
[color=#FF0000]Red Text[/color]
Result: Red Text



Code:
[list]
[*]List item 1
[*]List item 2
[/list]
OR
[list=1]
[*]List item 1
[*]List item 2
[/list] 


Result:
  • List item 1
  • List item 2

  • List item 1
  • List item 2


#2 Phreak

    I exist, therefore there is a God (Me)

  • Team Members
  • 1,671 posts

Posted 04 August 2011 - 19:16

Erm... Syk, you look like you just posted a basic tutorial as a question...

#3 sykadul

    Sykadul

  • Administrators
  • 512 posts

Posted 05 August 2011 - 15:37

Is meant as a reference for some users who asked me about basic BBCode they could use on the site.