0

html style not working
I'm trying to use the "html()" function inside a formula to try and style some text fields. Here's an example of what I've tried:
html("<h1 style=""""color:blue;font-size:86px;"""">" + 'Base Name' + "</h1>")
But no matter how I change the "style" parameters, I always get the same thing. Is it possible to override the style of html text like this?
Like Follow
4replies