Help in HTML pls

Hi,

Do you want to add blank column or change column width?

If latter, we can use <th width="300"> in table header. (However this way might not be recommended in the latest html version)

Regards,

I read that one when I am creating a table using VS Code HTML and CSS. So maybe adding a blank column would be better?

I think CSS is better.

Just a question, when I successfully put the 34 columns in the dict variable and tried to run, i somehow got this error. Do you know the resolution for this? The Assign Activity in the image is the one after the Get Row Item Activity

Hi,

v might be null (Nothing). can you add the following if activity just before the assign.

img20210507-5

Regards,

1 Like

It all worked. Thank you so much for all the help since yesterday @Yoichi . You have been answering all of my questions since I joined this forum. Have a great day a head!

I will now try implementing the CSS for the table

1 Like