I have a dynamic text element I've edited to show open and closed store locations:

I cannot seem to remove the spaces between my text. Note: the line you see before the last "0" is my legend border. The proper display should look like (not bold): 2014: 3/1 2015: 0/1 2016: 0/0
Here is my current text properties:
2014:<dyn type="page" property="attribute" field="StoreB_Cls2014" domainlookup="true"/>/<dyn type="page" property="attribute" field="StoreA_Cls2014" domainlookup="true"/>2015:<dyn type="page" property="attribute" field="StoreB_Cls2015" domainlookup="true"/>/<dyn type="page" property="attribute" field="StoreA_Cls2015" domainlookup="true"/>2016:<dyn type="page" property="attribute" field="StoreB_Cls2016" domainlookup="true"/>/<dyn type="page" property="attribute" field="StoreA_Cls2016" domainlookup="true"/>
The attributes are Double format.

