Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Section | |||
---|---|---|---|
|
Tip |
---|
By default, header content is excluded as it could interfere with Confluence page html. Use head=true to include anyway provided it does not mess up the content. |
Parameters
Table plus | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Usage
Example - HTML from a file in the script folder in the Confluence home directory
No Format |
---|
{html:script=#example.html} {html} |
Example - HTML from an attachement
No Format |
---|
{html:script=^example.html} {html} |
Example - HTML put within {noformat} panel
No Format |
---|
{html:output=wiki|noPanel=true} Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam fermentum vestibulum est. Cras rhoncus. {html} |
Example - HTML from an URL
No Format |
---|
{html:script=#http://localhost/example.html} {html} |
Example - use of CSS inline style sheet
No Format |
---|
{html} <P style="font-size: x-large; color: #8000"> Using inline style sheets - or is that inline styles? </p> {html} |
Example - use of CSS external style sheet
No Format |
---|
{html} <LINK href="http://www.cssgarden.com/css/T22/keylime_0001.css" rel="stylesheet" title="default" type="text/css"></LINK> <H1>Absolute </H1> {html} |
...