DanMcLaughlin
3 years agoQrew Trainee
Print Rich text field
I having issues trying to get my rich text filed to print as they appear:
This is what I want
This is what I get:
Code Below:
var text Bcolor= Case( [Blg ##],1,"#FF00FF",2,"Green",3,"F87A17",4,"#0000FF");//#4E9258
var text tcolor= Case( [Blg ##],1,"#FFFF00",2,"#FFFF00",3,"FFFFFF",4,"#000000");
var text STYLE = List(";",
"background:"& $Bcolor, //button color
"color:"& $tcolor, //text color
"text-align:center", //text alignment
//"text-decoration:bold", //none, underline, line-through
"font: 36px Calibri", //text size, font, style
//"border: 2px solid #0000FF", //border width, style, & color
//"border-radius: 80px", //roundness of button corners
"width: 275px", //button width
"padding: 60px 60px") //space between text & button
;
"<div style='" & $style & "'>BOX# "&[BOX ID#]&" <br /> TB-"& [Blg ##]&"</div>"
Any Ideas?
------------------------------
Dan McLaughlin
------------------------------
This is what I want
This is what I get:
Code Below:
var text Bcolor= Case( [Blg ##],1,"#FF00FF",2,"Green",3,"F87A17",4,"#0000FF");//#4E9258
var text tcolor= Case( [Blg ##],1,"#FFFF00",2,"#FFFF00",3,"FFFFFF",4,"#000000");
var text STYLE = List(";",
"background:"& $Bcolor, //button color
"color:"& $tcolor, //text color
"text-align:center", //text alignment
//"text-decoration:bold", //none, underline, line-through
"font: 36px Calibri", //text size, font, style
//"border: 2px solid #0000FF", //border width, style, & color
//"border-radius: 80px", //roundness of button corners
"width: 275px", //button width
"padding: 60px 60px") //space between text & button
;
"<div style='" & $style & "'>BOX# "&[BOX ID#]&" <br /> TB-"& [Blg ##]&"</div>"
Any Ideas?
------------------------------
Dan McLaughlin
------------------------------