Skip to main content

Notifications

Community site session details

Community site session details

Session Id : cRm+i1lTyDputOtM5/4eN/
Power Automate - General Discussion
Unanswered

HTML Table Turning My O365 Signature to Table as well

Like (0) ShareShare
ReportReport
Posted on 12 Jul 2020 01:28:17 by 17

Dear Awesome community member,

I am working on flow and need to send a table in my email.

I got an HTML table code and used it. Although the table worked properly, however, I observed my mail signature was as well converted to Table.

How do I exclude my Email Signature from the Mail table formate?

Please find below the HMTL code I used:

 

<!DOCTYPE html>
<html>
<head>

</head>
<body>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}
</style>
<h2>HTML Table</h2>

<table>
<tr>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
<th>State</th>
<th>Capital</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Ernst Handel</td>
<td>Roland Mendel</td>
<td>Austria</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Island Trading</td>
<td>Helen Bennett</td>
<td>UK</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
</table>

</body>
</html>

 

and the resulting table attached

 

HTML Signature.jpg

 

Thank you all.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Automate - General Discussion

#1
stampcoin Profile Picture

stampcoin 23

#2
Pstork1 Profile Picture

Pstork1 20 Most Valuable Professional

#3
Gprior Profile Picture

Gprior 19

Overall leaderboard
Loading started