HTML table styling

Hi Team,

is there any way we can adjust the table styling in this activity so I can change the borders and the width

image

@omar_ismail

Yes shift to advanced view in editor and you can write your own html code…there include the styling you need

Cheers

how to shift to advanced view?

Hi @omar_ismail

Click on Open Editor and after that click on the marked place.

Refer the below image for better understanding

There, you can write your HTML coding for borders and width

Regards

for centralized styling, we can also modify the linked HTML file and enhance it with CSS definitions

if you can assist me here is the below code i need to make the table borders fit the words inside it and make the headers in green
{{Table}}

here is the code if you can assist
{{Table}}

once you opened within the Editor and made some initial edits, template file is created and linked:
grafik

as mentioned:


e.g. done within an text editor (notepad++ would work fine)

not clear what is meant in detail

here in the past, the create HTML Content activity had a bug related to the first line / header line. As long this is not changed we would have to do it with a custom workaround by afterwards manipulating the generated HTML

table borders fit the words inside it means to make the borderes auto fit the words inside the table
so can u provide me with the code

Use inline style to give property to HTML table you can check below links

This is basic HTML stuff. You should be looking at how to do tables and CSS in HTML, it’s not a UiPath thing.

https://www.google.com/search?q=html+table+styles+css