I am creating a map series in ArcGIS Pro and have dynamic text in the layout. I want some of this text to be bold, so I used the formatting tag <FNT style ="Bold"> </FNT> in the properties of the text. When I export the map series, this only works some of the time, i.e. one map in the series may have the correct bold text while another has the text <FNT style ="Bold"> in the text box! See pictures. What can I do to have it bold all the time?
Thanks!
PS: This is the text I have in the properties box:
Parcel ID: <FNT style="Bold"> <dyn type="page" property="attribute" field="Parcel_id" domainlookup="true"/></FNT>
Owner: <FNT style="Bold"><dyn type="page" property="attribute" field="Owner" domainlookup="true"/></FNT>
Address: <FNT style="Bold"><dyn type="page" property="attribute" field="Address" domainlookup="true"/></FNT>