What is boardcode ?

Boardcode are special tags that will allow you to format your messages. Currently, fireboard supports links, bold, italic, bold, "quoted" text, img, size, list and colored text.

The tags are used as follows: 

 
   CODE
 
 
RESULT
 
   
[b]Bold[/b]
 Bold
[i]Italic[/i]
 Italic
[u]Underline[/u]
 Underline


[size=4]Size[/size]
 
[color=#FF0000]Red[/color]
 


If you want to add your own picture, you can't directly hot-link them. Thats illegal. Instate we suggest all our members to utilize the services of Image Hosting Servers like PhotoLeech , Imageshack , Supload etc for all image hosting needs.
 
[img]link to image[/img]
 Please remember you can go to a maximum width of 499 pixels.
[img=150]link to image[/img]
 will produce a image with a width off 150 pixels.


[ul]
   [li]item 1[/li]
   [li]item 2[/li]
   [li]item 3[/li]
[/ul]
  •  item 1
  •  item 2
  •  item 3


[ol]
   [li]item 1[/li]
   [li]item 2[/li]
   [li]item 3[/li]
[/ol]
  1.  item 1
  2.  item2
  3.  item 3


[url]http://www.yahoo.com[/url]
 http://www.yahoo.com
[url=http://www.yahoo.com]Yahoo![/url]
 Yahoo!


[quote]Quote[/quote]
 Quote


 [code]
 while ($adversary=='Neo'){ fork(agent_Smith);}
 [/code]
 while ($adversary=='Neo'){ fork(agent_Smith);}


 For more information, contact Forum Moderators.