I am trying to integrate some HTML Code/CSS that is being generated from an Arcade script. In general, the Arcade Script looks for construction projects that are within a certain distance of a point (the selecting feature). I have the Arcade aspect working, but added some CSS to try and format the text, such as bold certain lines and so on.
Here is an example of how the arcade expression is returning a feature
Project: Neighborhood 1B - Sunnydale Ln
Start: April 1, 2025 | End: December 31, 2026
Description: Neighborhood 1B Project will include the reconstruction and replacement of streets, water and wastewater lines, along with some sidewalk and street lighting improvements. Estimated construction start April 2025
I tried to have it formatted like this.
<h3 style='margin:0;'>Mingo Ruddell Quiet Zone - Mingo St</h3><strong>Start:</strong> July 16, 2025 <strong>End:</strong> May 1, 2028<br><strong>Description:</strong><br><details><summary>Read more</summary>Mingo Road Improvements from Mingo/Bell intersection to Mingo/Mockingbird intersection. Improvements to include a possible center-left-turn lane, street lighting, new bike/ped facilities, as well as drainage and utility improvements as needed</details><br><a href='somewebite.com' target='_blank'>More Info</a></div>
I have put this in a text box, and the text box will not format with the CSS.