HTML - used in macros to change font size
General
Spaces Where Used | all SWEHB spaces |
---|---|
How used | change font size |
Visibility | all Admin in the Macro Browser |
Title | small |
Description | |
Categories | |
Icon URL | |
Documentation URL | |
Definition | Rendered |
Output Format | |
Status | Active in all spaces |
Rendering
Current Code
#if($param0) #set($fontsz=$param0) #else #set($fontsz="90") #end
#if($param1) #set($fontline=$param1) #else #set($fontline="95") #end
<span style="font-size:$fontsz%; line-height:$fontline%;">$body</span>