HTML Table in Email body

Hi There,

I have a requirement to send an email with a table with specific values and in a particular size. The table size should be as same as the input email, i just need to fill in the values in the same table format and send back the email.

Is there a way to replicate the same table size in the output email?

TIA
Ramya A

Yes. As you said it is an HTML table. Then just copy the table size of the input and use that as the table size for the output email HTML body by using for example <table style="width:500px">