Why does a custom html table offset in field maps but looks perfectly centered on the Map Viewer? It seems that the offset and wrap doesn't work.
<figure>
<figure>
<figure class="table" style="width:80%;">
<table style="border-collapse:collapse;font-family:arial, sans-serif;margin-left:0px;text-align:left;">
<tbody>
<tr>
<th style="border:1px solid #ddd;padding:8px;">
<strong>School District</strong>
</th>
<th style="border:1px solid #ddd;padding:8px;">
{SCHOOLDIST}
</th>
</tr>
<tr style="background-color:#eee;">
<th style="border:1px solid #ddd;padding:8px;">
<strong>Notes</strong>
</th>
<th style="border:1px solid #ddd;padding:8px;">
{COMMENTS}
</th>
</tr>
</tbody>
</table>
</figure>
</figure>
</figure>
Did you ever find a solution to this? I'm having the same issue!
July 26, 2026 and Field Maps 26.2.0 still shows that awful offset although on the Map Viewer looks good. Anybody has an idea why Field Maps is offsetting the custom HTML tables?
Thanks!