BBCode Example Page


<p>This Page Demonstrates The Use of BBCode in RAM-CMS static pages.
</p>
<p>Everything Below Here Will Look Garbled if $bbcode is not set to true in config.php
</p>

[p]This is a paragraph. You can put text in here.[/p]

Horizontal rules also work, as do line breaks.
[br][br]
[hr]

Colorizing text also works. [color=yellow]This is yellow[/color] 
and [color=green]this is green[/color].
[br][br]

[big]Big Text[/big][br]
[big][big]Bigger Text[/big][/big][br]
[small]Small text[/small][br]
[small][small]Smaller Text[/small][/small][br]

[p]You can also make text [b]bold[/b], [i]italics[/i], or 
even [s]strike through[/s].[/p]

[h4]Headings Work Too[/h4]
[ul]
	[li]Even Lists Work
	[ol]
		[li]Including Nested[/li]
		[li]List items[/li]
	[/ol]
	[/li]
[/ul]

[hr]

[!-- 
this is a code comment.
It should never be output to the browser
 --]

[hr]
The Google Logo: 
[img=http://www.google.com/intl/en_ALL/images/logo.gif]

[pre]
****************************
Preformatted Text Also Works
****************************


[/pre]

You can also have text in [sub]sub script[/sub] or [sup]super script[/sup].
[br][br]
Oh, [tt]Type Writer Text[/tt] works too!
[br][br]
And finally, HyperLinks to places like [url=http://www.google.com]Google[/url] 
or simply [url=./]back to the home page of this site[/url] work too. You can 
also just do straight hyperlinks without double typing like 
[url]http://freeprogs.us.tt/?page=ram-cms[/url], and internal hyperlinks are 
easy as well, like [link=contact]this one[/link] and the [link]tos[/link].

