Wikka Documentation

Using HTML in Wikka pages


HTML code can be inserted directly into Wikka pages.

Think of the possibilities. This allows you to cut and paste HTML tables from an existing webpage into the wiki. You can see an example of this on the LanguageCodes page.

To insert HTML, start with two double quotes, then insert the HTML, and then close with another two double quotes.

Syntax
""[html code]""


Security
pnWikka Note: PostNuke html filter
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the SafeHTML page.

pnWikka note: Send them to the PostNuke Settings...
It's possible to allow all HTML tags to be used, but this is a big security risk. Use with caution.
To allow all HTML tags, edit the wikka.config.php file and change the double_doublequote_html value to "raw".
Possible values of double_doublequote_html:
- safe
- raw
- disabled

If the value is set to "disabled", HTML characters are converted to HTML entities. You can check the PHP Manual page for htmlspecialchars for more info.


CategoryDocumentation
XML Revisions of $tag
Page history :: Last Editor : Chestnut :: Owner : Chestnut ::
Valid XHTML :: Valid CSS :: Powered by pnWikka 1.0 (A wiki fork from WikkaWiki)
 
DarkMindZ