Arcade Pop-Up Display Error

403
0
01-31-2020 03:11 PM
ChantellKrider1
New Contributor II

I'm getting this weird ghost image in my pop-up. The pop-up works correctly for the true condition, but when the condition is false, I get the ghost. 

True: Result 

False: Result  

Here is the arcade:

/*Up Text– Regular Block Group*/

Iif($feature["UP_Eligibl"]=="Eligible", "Underserved Populations Required Minimum Match","")

/*Up Legend – Regular Block Group*/

Iif($feature["UP_Eligibl"]=="Eligible", "https://rco.wa.gov/wp-content/uploads/2020/01/MatchMapUnderservedLegend.png","")

Here is the HTML:

<span style="display:{expression/expr0}"> The lowest match between the two criteria will be minimum match for your project.</span><span style="display:{expression/expr0}"><br />Your jurisdiction is eligible under the <a href="https://rco.wa.gov/grants/grant-requirements/match-reduction/" target="_blank"><b>Communities in Need</b></a> criteria and the required minimum match is {Comm_Match} percent. <br /><br />Your jurisdiction also is eligible under the <a href="https://rco.wa.gov/grants/grant-requirements/match-reduction/" target="_blank"><b>Underserved Populations</b></a> criteria: Using the map identify the block group where your project will be located.</span><span style="display:{expression/expr1}">Your jurisdiction is eligible under the <a href="https://rco.wa.gov/grants/grant-requirements/match-reduction/" target="_blank"><b>Communities in Need</b></a> criteria and the required minimum match is {Comm_Match} percent.</span><span style="display:{expression/expr2}">Your jurisdiction is not eligible for a match reduction.</span><span style="display:{expression/expr3}">Your jurisdiction is eligible under the <a href="https://rco.wa.gov/grants/grant-requirements/match-reduction/" target="_blank"><b>Underserved Populations</b></a> criteria: map your project to determine the required minimum match.</span><br /><span style="display:{expression/expr0}"> Contact your <a href="https://rco.wa.gov/grants/contact-a-grants-manager/" target="_blank">grants manager</a> to verify and update the required minimum match for your application.</span><span style="display:{expression/expr1}"> Contact your <a href="https://rco.wa.gov/grants/contact-a-grants-manager/" target="_blank">grants manager</a> to verify and update the required minimum match for your application.</span><span style="display:{expression/expr2}"> Contact your <a href="https://rco.wa.gov/grants/contact-a-grants-manager/" target="_blank">grants manager</a> to verify the required minimum match for your application.</span><span style="display:{expression/expr3}"> Contact your <a href="https://rco.wa.gov/grants/contact-a-grants-manager/" target="_blank">grants manager</a> to verify and update the required minimum match for your application.</span>

 

 

HTML for legend:

<br /><br /><div style="text-align: center;"><span style="font-size: medium;">{expression/expr4} </span></div><div style="text-align: center;"> <img height="150" src="{expression/expr5}" width="150" /> </div>

Thoughts? 

Tags (2)
0 Kudos
0 Replies