Hi, is text formatting in the text box of macro sc_confirm possible, like font size, color, line break?
Hi, Joe.
Yes. sc_confirm translates to an
echo html_entity_code(‘your string’… etc.
So you can include codes like <b> </b> or <br>.
Hi, is text formatting in the text box of macro sc_confirm possible, like font size, color, line break?
Hi, Joe.
Yes. sc_confirm translates to an
echo html_entity_code(‘your string’… etc.
So you can include codes like <b> </b> or <br>.