cancel
Showing results for 
Search instead for 
Did you mean: 

Snaplogic html table column width

sdoscher
New Contributor III

Where/how can I adjust the HTML table in the email sender snap so that the columns are wider (either a fixed width, or so that they auto expand?
HTML table scr shot -column width

The current setup is:

Email Snap HTML Table table.Snap {background-color:transparent;border-collapse:collapse;width:100%;} table.Snap th, table.Snap td {text-align:center;border:1px solid black;padding:5px;} table.Snap th {background-color:AntiqueWhite;}
    <p>Medi-Cal - Surge Staff by Date and Submitter</p> 
    <table class="Snap"> 
    </table> 
6 REPLIES 6

In that case, it’s better if you make your columns into rows. You can have as much rows as you want without text wrapping or some other issues that occur with more columns.

sdoscher
New Contributor III

Ah…that is a GREAT suggestion…TYSM!!!