Adding HTML to wiki

Jump to: navigation, search

I want to add a simple HTML tag to one of my pages, but the wiki won't let me add HTML. I see in the user manual here that I can add it with this tag: $wgRawHtml = true;

But I don't know what that means or how to enable it. Can someone help?

70.36.237.22700:21, 2 May 2012

You should add $wgRawHtml = true; line to your LocalSettings.php file. It is located within the wiki installation folder. Once done, you should be able to use HTML tags.

Myidealh (talk)10:39, 2 May 2012

$wgRawHtml = true; is dangerous! What do you want to add? Maybe Extension:SecureHTML is too much, check "See also"

Subfader (talk)17:42, 3 May 2012