Text Halo in Survey 123

355
2
11-08-2019 06:38 AM
jaimesmith1
New Contributor II

Hi there,

I have been browsing around the internet and cant seem to find much on the topic. But i am wanting to color some of my text and i have that some colors are rather hard to show on the survey e.g. yellow. I am wondering if theres an HTML query that can make the text yellow with a halo behind it to make it stand out more.

Any help would be greatly appreciated.

Thanks

Tags (1)
0 Kudos
2 Replies
RobertBorchert
Frequent Contributor III

I would suggest not using yellow

Keep in mind the more complicated you make something the more it will effect performance.

0 Kudos
FlorenceRaimbault
New Contributor III

I you could try this to  make the text yellow with a black halo behind

you can choose the color /backgroundcolor using rgb  : rgb(0, 0, 0) or  the name of the color 

<b> <font style="background-color: rgb(0, 0, 0); color:yellow;font-size:30.0pt;"> the texte is here </font><b>

<b> <font style="background-color: black; color:yellow;font-size:30.0pt;"> ${Field} </font><b>

Good luck

0 Kudos