Who's Online
We have 1830 guests online

Who's in Chat
Chat is currently empty
Paladin Rally
Add to Google
Add to My Yahoo!
Add to My MSN
Add to My AOL
Add RSS 2.0
Paladin Rally Forums
Add to Google
Add to My Yahoo!
Add to My MSN
Add to My AOL
Add RSS 2.0
Upcoming Schedule
There are no upcoming events currently scheduled.
View Full Schedule
Paladin Rally Forums  

What is BBcode?
BBcode are special tags that will allow you to format your messages. Currently, Paladin Rally Forums 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] Size
[color=#FF0000]Red[/color] Red
[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. item 2
  3. item 3
[url]http://www.paladinrally.com[/url] http://www.paladinrally.com/
[url=http://www.paladinrally.com]Paladin Rally[/url] Paladin Rally
[quote]Quote[/quote]
Quote
[code]
<?
//Some code here
while ($adversary=='Neo'){ fork(agent_Smith);}
?>
[/code]
Code:

<?
//Some code here
while ($adversary=='Neo')
{
fork(agent_Smith);}

?>