You are here: Help » Developer Forums Help » Format your message and include code snippets

Format your message and include code snippets


You can format your posts in our developer forums using BBCode. Check out Wikipedia's BBCode page for some examples.

You can include code using the code tag. For example, typing:

[ code lang=php ]
<?php
// Hello
echo "I am PHP code!";
?>
[ /code ]

will produce:

<?php
// Hello
echo "I am PHP code!";
?>

Other valid lang attributes are asp, java, perl, ruby...


Last updated Dec 26 2007

Copyright © 2006-2009 Trevose Consultants Ltd.
Contact us | Terms of Use