Is it possible to post HTML code in a b2evolution blog? For example, I want to show this code:
<blockquote><Directory "/opt/apache/htdocs/phpmyadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory></blockquote>
I tried switching the html checker off but it just makes the Directory tags invisible. I also tried BB Code using code /code tags but it throws up errors.
Any ideas anyone?
You could use the textarea tag.
Or the laborious way: replace < with < and > with >