bannerd

HTML - used in macros to change font size  

General

Spaces Where Usedall SWEHB spaces
How usedchange font size
Visibilityall Admin in the Macro Browser
Titlesmall
Description
Categories
Icon URL
Documentation URL
Definition Rendered
Output Format
StatusActive 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>


  • No labels