Html format in email body

Hi, i have a scenario… Where i have to create this table in email body, find the below screenshot fyr…

Can u please create an html for the above scenario with exact table & borders

Hi @Somanath_Somu ,
Try editor HTML online format first then add to activity

regards,

You can use Create HTML Content Activity

@Somanath_Somu

this is how it looks

<TABLE height=100 cellSpacing=0 cellPadding=0 width="100%" border=1>
<TBODY>
<TR>
<TD rowSpan=2 width="10%"></TD>
<TD rowSpan=2 width="10%"></TD>
<TD width="10%" colSpan=5></TD>
<TD width="10%" colSpan=3></TD></TR>
<TR>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD></TR>
<TR>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD>
<TD width="10%"></TD></TR></TBODY></TABLE>&nbsp;

just fill the values as you need…create html content will help

cheers

Thank you @Anil_G… Can you please create the html code with headline & values as mentioned in the attached screen shot

@Somanath_Somu

please add them as you need

Eg: <TD rowSpan=2 width="10%">Denial Category</TD>

cheers

1 Like

you can use create HTML content activity available in UiPath.

image

Ok thank you @Anil_G

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.