Topic: Switch from bbcode to traditonal html
Hello everyone!
I was wondering if it is possible to use html tags instead of BBcode tags.
so <a href="http://google.com"></a> would create a link instead of
[url = http://google.com]Test[/url]
I'd like it to work this way for all major tags, like img, a, b, i, and u. I'm pretty sure this would take a lot of chopping up the parser.php file.
Thanks in advance!