Inline CSS definitions are supported on wikipages starting with JSPWiki version 2.1.38. (Note that this site is currently running on an older, stable version!)
Applying style sheet classes on WikiPages#
To apply a CSS style defined in a style sheet (probably .../templates/default/jspwiki.css, unless you have defined your own template in jspwiki.properties), apply this notation:
%%stylename ... %% | Start styled section Styled content Close styled section |
Applying in-line CSS styles#
The notation for in-line CSS drops the stylename parameter, replacing it with style definitions surrounded by parantheses:
%%( font-size: 150%; color: red ) ... %% | Start styled section Styled content Close styled section |
Add new attachment
Only authorized users are allowed to upload new attachments.