Select to view content in your preferred language

Why does a custom html table offset in field maps?

861
2
10-12-2022 09:23 AM
neomapper
Frequent Contributor

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>

 

 

neomapper_0-1665591783529.jpeg

 

0 Kudos
2 Replies
KellyTaylor
Regular Contributor

Did you ever find a solution to this? I'm having the same issue!

0 Kudos
MiltonSolano
Frequent Contributor

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!

0 Kudos