How to change Table color in HTML

Hi Experts,

I want to change Table color in HTML.tag paste in email body section
Is the code is Correct?
"

> {border: 1px solid #FFFFFF; width: 350px; height: 200px; text-align: center; border-collapse: collapse;} "

image
I should change color in Total row

could you pls help me on this ?

Thanks in Advance
Abu

@Abubakkar

Are you able to apply color to table with this HTML code ?

If yes then it will work fine here also. No need to add anything extra in Uipath.

1 Like

Thanks for the response @lakshman

Could you help me to write code correctly on HTML tag?
image
because output like this the code is not working
{border: 1px solid #FFFFFF; width: 350px; height: 200px; text-align: center; border-collapse: collapse;} "

i want to paste color in this Table Format

1 Like

Hi @Abubakkar

Use Append text and then give it like

Give it like for all values within single quote and double quotes

Thanks
AshwinS

1 Like

Thanks for the response @AshwinS2
Could you send me sample pls
I couldn’t able to find append text activity

Hi @Abubakkar
Use append text activity

Thanks
ashwin S

1 Like

image

for your references

@Abubakkar

Use Append Line activity not Append Text.

1 Like

executed, but, color is not changing