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 / Customize Column Width...
Power Automate
Unanswered

Customize Column Widths of Create HTML Table in Summary Email

(0) ShareShare
ReportReport
Posted on by 10

I have a Daily Summary Email i am working on. The 3 columns it pulls from a SharePoint Document Library is a Title, a Summary Text column, and the link to the file.

 

I have it becoming a table with a compose step before to modify the table like so:

jfielder_0-1613753182715.png

 

i need to adjust the link column to be 25% of the 100% and i can't figure out how to do that. I would also like if possible to change the text on the hyperlink, but I'm not sure that's possible. 

Categories:
I have the same question (0)
  • tkat Profile Picture
    9 on at

    I have the exact same issue. I used Ryan Maclean's CSS code (below) to format the table but I need the first column to be a fixed width (or autofit) and not wrap the header text. A bonus would be to limit text in the second column so that it's only a preview. I've tagged @eliotcole and @ScottShearer; these superheroes helped me last week although I imagine you've already resolved this since it's been a long while. 

     

    <style>
    table {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    }
    table td, table th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
    }
    table tbody td {
    font-size: 15px;
    }
    table thead {
    background: #364248;
    border-bottom: 2px solid #444444;
    }
    table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
    }
    table thead th:first-child {
    border-left: none;
    }
    </style>

  • eliotcole Profile Picture
    4,390 Moderator on at

     I'll have a proper look later, and bless you to the great lord Ayrton Senna da Silva for your compliment, because I am certainly no super hero ... but on the surface that looks like mighty fine CSS.

     

      You could also use a text replace  to insert CLASSes or IDs into the HTML (and the 'A' links) created throughout.

     

     If your looks are just links, then I could  also suggest using any relevant text that comes with them and making proper links with text.

     

    Alternatively, it's very understandable for emails to not do that, because:

    • Avoiding spam issues.
    • Accessibility (reader issues for the blind) issues.
    • Transparency from a business perspective.
    • It's  just easier 😅.

    In which case you might not want them formatted as literal links at all. But if you do still want to you can still make the HTML useful, because good HTML (in my humble opinion) indicates what things actually are.

     

     For example  if I'm  listing the indexia credits on a comic book, like so:

    •  Title: Sensational Spider-Man Annual#1
    •  Writer: Matt Fraction
    •  Artist: Salvador Larocca

    I would want to put a SPAN tag around "Sensational Spider-Man Annual #1" with the CLASS of "comicTitle" to indicate what it is.

     

     This allows people exactly like the kind of nerds that hang out on a Microsoft automation community to extract the information that they want, accurately.

     

    I don't have access to full formatting here so I'll skip the full code, but  that would be <SPAN CLASS="comicTitle">Sensational Spider-Man Annual #1</SPAN> for that example.

     

    Anyway, all of that is just to say that you could put the CLASS of "link" or make incremental IDs of "link001", "link002", "link003", etc.

     

    If I think of more I'll either edit in, or post again.

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 251 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 239

#3
Expiscornovus Profile Picture

Expiscornovus 220 Most Valuable Professional

Last 30 days Overall leaderboard