I have three tables in an email template that I basically "Stack" on top of each other to look like one, however the gridlines are coming out slightly off kilter.
the following styyling in all three tables:
<table cellpadding="5" style="border-collapse: collapse" table-layout="fixed" width="860" border="1">
and then specifying the width on each column
<td width="85"></td>
<td width="175"></td>
<td width="100"></td>
<td width="100"></td>
<td width="100"></td>
but I can not get these tables to line up!
Is there anything I can do to force all three of these tables to be the same dimensions so they line up?
답변 5개
This Answers Community is focused on configuration and design questions. Programmatic questions are best submitted to the developer forums at https://developer.salesforce.com where the forums and participants are geared toward programming troubleshooting and support.