






This CMS generates CLEAN code
This page was created with Firefox in mind :-)
|
|
|
 |
|
 |
|
Here you will see all of the BBCode examples, along with smilies (which are not reimplemented yet)
| Code Box |
:) OR :-)
:D OR :-D
:P OR :-P
;) OR ;-)
:( OR :-(
:O OR :-O
|
Becomes:
:) OR :-)
:D OR :-D
:P OR :-P
;) OR ;-)
:( OR :-(
:O OR :-O
| Code Box |
[b]Bold Text[/b]
[i]Italics[/i]
[s]strike through[/s]
[u]Underlined Text[/u]
[highlight]Testing the HIGHLIGHT bbcode[/highlight]
[spoiler]UH OH - Spoiler time[/spoiler]
[url="http://www.acecoolco.com"]Acecoolco.com Link[/url]
[list]
[listitem]Put Item Here[/listitem]
[listitem]Put Item Here[/listitem]
[/list]
|
Becomes:
Bold Text
Italics
strike through
Underlined Text
Testing the HIGHLIGHT bbcode
UH OH - Spoiler time
Acecoolco.com Link
[list]
Put Item Here
Put Item Here
[/list]
| Code Box |
[php]// Hello World
echo 'Hello World!';
/*
* Has the form been submitted?
*/
if (isset($_POST['submit']))
{
echo 'true';
}[/php]
[code]// Hello World
echo 'Hello World!';
/*
* Has the form been submitted?
*/
if (isset($_POST['submit']))
{
echo 'true';
}
// This is more useful for HTML[ /code]
|
Becomes:
| PHP Code Box |
|
|
<?php // Hello World echo 'Hello World!';
/* * Has the form been submitted? */ if (isset($_POST['submit'])) { echo 'true'; } ?>
|
|
| Code Box |
// Hello World
echo 'Hello World!';
/*
* Has the form been submitted?
*/
if (isset($_POST['submit']))
{
echo 'true';
}
// This is more useful for HTML
|
|
|
|
 |
|
 |
|
|
|


Polls are currently disabled
-- --
-- --
-- --


|
|