web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / inline CSS styling eve...
Power Automate
Answered

inline CSS styling every row for specific columns

(0) ShareShare
ReportReport
Posted on by 167

I'm working on a flow where an html table email is received with outlook desktop. There appears to be rendering issues so i need inline styling for my html script. What i have so far works in highlighting specific columns however these tables will change in size daily so I don't believe adding the style to every row is an option for me. How can this be achieved with inline CSS? Or maybe i have another option here. thanks

 

 

<table>

 <thead>
 <tr>
 <th>Pro Number</th>
 <th>Date</th>
 <th>Est Delivery Date</th>
 <th>Origin</th>
 <th>Destination</th>
 <th>Terms</th>
 <th>Total A/R</th>
 <th>Responsible Account</th>
 <th>Responsible Customer</th>
 <th>Responsible Name</th>
 <th>Responsible Risk Code</th>
 <th>Responsible Analyst</th>
 </tr>
 </thead>
 <tbody>
 <tr>
 <td style="background-color:#FFFF00">123456789</td>
 <td>2021-11-24</td>
 <td>2021-11-29</td>
 <td>LOU</td>
 <td>CIN</td>
 <td style="background-color:#FFFF00">Collect</td>
 <td style="background-color:#FFFF00">1000</td>
 <td>1</td>
 <td>1</td>
 <td style="background-color:#FFFF00">Sample Customer</td>
 <td style="background-color:#FFFF00">CASH ONLY - NO BUSINESS ALLOWED</td>
 <td>Sample Analyst</td>
 </tr>
 
</tbody>
</table>

 

Categories:
I have the same question (0)
  • Verified answer
    amcneil32 Profile Picture
    167 on at

    i had to settle for highlighting the headers. Outlook desktop uses an old rendering engine that seems to only work with inline css

     <th style="background-color:#FFFF00">Pro Number</th>
     <th>Date</th>
     <th>Est Delivery Date</th>
     <th>Origin</th>
     <th>Destination</th>
     <th style="background-color:#FFFF00">Terms</th>
     <th style="background-color:#FFFF00">Total A/R</th>
     <th>Responsible Account</th>
     <th>Responsible Customer</th>
     <th style="background-color:#FFFF00">Responsible Name</th>
     <th style="background-color:#FFFF00">Responsible Risk Code</th>
     <th>Responsible Analyst</th>

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 552

#2
Valantis Profile Picture

Valantis 388

#3
11manish Profile Picture

11manish 375

Last 30 days Overall leaderboard