Hello all,
I'm configuring popups using fields, some expressions, and HTML in ArcPro.
My HTML is:
<div style="background-color:#185633;padding:5px;">
<span style="color:#FFFFFF;font-family:Verdana;font-size:13px;"><strong>{EUType} Excavated on {expression/expr0}</strong></span>
</div>
<figure>
<figure>
<figure style="width:100%">
<figure>
<figure>
<table style="background-color:#F7F7F7;border:1px solid black;" width="100%">
<tbody>
<tr style="background-color:#FFFFFF;" valign="top;">
<td style="border:1px solid rgb(203, 203, 203);padding:2px;">
<span style="font-family:Arial;font-size:10px;width=">Region</span>
</td>
<td style="border:1px solid rgb(203, 203, 203);padding:2px;">
<span style="font-family:Arial;font-size:10px;">{Region}</span>
</td>
</tr>
@RaenaBallantyne_DeMaris , were you able to figure this out? I'm having the same issue.
Hi, @PaulPetersen1 yes, I did. I removed all of the excess <figure> levels in the code, and it fixed the problem. Let me know if that helps.