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

Notifications

Announcements

Community site session details

Community site session details

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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 503 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 321 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard