Difference between revisions of "HTML Embedding"
Jump to navigation
Jump to search
(Created page with "This is a page for HTML rendering examples: <div style="font-size:80%"> This is <span style="color:red">red</span> text. </div>") |
Baliforester (talk | contribs) |
||
Line 1: | Line 1: | ||
Basic HTML scripting is allowed in mediawiki but to work with full HTML | |||
these two settings must be altered. | |||
$wgRawHTML = true | |||
$wgUseTidy = false | |||
This is a page for HTML rendering examples: | This is a page for HTML rendering examples: | ||
Latest revision as of 10:48, 9 July 2021
Basic HTML scripting is allowed in mediawiki but to work with full HTML these two settings must be altered.
$wgRawHTML = true $wgUseTidy = false
This is a page for HTML rendering examples:
This is red text.