bbcode capable text to html converter..

Convert text to html with this tool. Put plain text in, hit "preview" to get back your xhtml tags. (hint: you can use bbcode)
 
 
text here..

 
button to undo the last javascript change
 
 
 

cbparser quick bbcode guide..

Most common bbtags are supported, and with cbparser's InfiniTags™ you can pretty much just make up tags as you go along. If cbparser can construct valid xhtml tags out of them, it will. Experimentation is the key, and preview often.

A few bbcode examples..
[b]bold[/b], [i]italic[/i], [big]big[/big], [sm]small[/sm], [img]http://foo.com/image.png[/img], [code]code[/code], [url="http://foo.com" title="foo!"]foo U![/url], and more.. To post code with indentation and/or strange characters, .htaccess, etc., use [pre][/pre] tags.
 
source code is available!