| [color=#FF0000]Red[/color] |
Red |
| [img=150]link to image[/img] |
will produce a image with a width off 150 pixels. Please remember
you can go to a maximum width of 499 pixels. |
[ul]
[li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li]
[/ul]
|
|
[ol]
[li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li]
[/ol] |
- item 1
- item 2
- item 3
|
| [url]http://goolgle.com[/url] |
http://www.google.com |
[url=http://Google.com]
Google[/url] |
Google |
| [code]
<?
//Some code here
while ($adversary=='Neo'){ fork(agent_Smith);} ?>
[/code]
|
RESULT:
| Code: |
<?php //Some code here while ($adversary=='Neo'){ fork(agent_Smith);} ?>
|
|