02-07-2022 06:26 AM
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?
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>
02-07-2022 10:58 AM
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.
02-08-2022 02:00 PM
Ah…that is a GREAT suggestion…TYSM!!!