Skip to main content

Notifications

Community site session details

Community site session details

Session Id : 9+eGSTxQoGwp+ljNxUWZZU
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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

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

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,769 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,091 Most Valuable Professional

Leaderboard
Loading started