Merge command: [strpagesubtitleh3 ]
Merge variable/item: strPageSubTitleH3
Comments:
This wraps [strpagesubtitle ] in an h3. If [strpagesubtitle ] is empty no h3 is generated !
Formula:
@If(@trim(pageSubTitle)="";"";"< h3 >"+pageSubTitle+" h3 >");
Merge variable/item: strPageSubTitleH3
Comments:
This wraps [strpagesubtitle ] in an h3. If [strpagesubtitle ] is empty no h3 is generated !
Formula:
@If(@trim(pageSubTitle)="";"";"< h3 >"+pageSubTitle+" h3 >");