Word wrap in Header Controller, About Pop-up

269
1
05-01-2013 03:49 PM
LisaArnold
New Contributor II
Hello,

I am using ArcGIS Viewer for Flex 3.1 and my applications are being created using the Application Builder. I have added my own content to the About Pop-up within the the Header Controller, Links section. My content appears, however it does not word wrap. I copied my HTML from my previous version of the site I am working on which was Viewer 2.5, the content properly word wrapped there. My content is shown below, do I need to change something in the HTML to get it to properly word wrap? I have tried it without the paragraph tag just to see, but the same thing happens.

<p align='center'><img src='assets/images/about_logo.png' width='275' height='75' /></p>
  <br>
        <font size="16"><b>Welcome to the Gunnison's Prairie Dog Web Map</b></font>
        <br>
  <p>With support from the New Mexico Department of Game and Fish (NMDGF), Natural Heritage New Mexico (NHNM), compiled Gunnison's prairie dog (Cynomys gunnisoni) town field observations and photo-interpreted towns. The Gunnison's Prairie Dog Web Map was created by NHNM to allow access to this data. Data and support were provided by a number of individuals, agencies, non-profit organizations, and for-profit companies.</p>
  
        <br>For more information visit the links below:
        <textformat indent="25"><p>
  <br><a href="http://gis-web.heritage.unm.edu/gpd/GunnisonWebUserGuide_v5.pdf" target='_blank'><font color='#FFFF00'>Web Map User Guide</font></a>
        <br><a href="http://gis-web.heritage.unm.edu/gpd/metadata/gpdValidation.xml" target='_blank'><font color='#FFFF00'>Field Validation Metadata</font></a>
  <br><a href="http://gis-web.heritage.unm.edu/gpd/metadata/gpdPolygons.xml" target='_blank'><font color='#FFFF00'>Town Extent Metadata</font></a>
  <br><a href="http://nhnm.unm.edu/" target='_blank'><font color='#FFFF00'>Natural Heritage New Mexico</font></a>
        <br><a href="http://www.wildlife.state.nm.us/" target='_blank'><font color='#FFFF00'>New Mexico Game & Fish</font></a>
  </p></textformat>
  <p>Developed using ArcGIS Viewer for Flex 2.1. GPDWeb v1.0 Released 2011-02-16. Upgraded to ArcGIS Viewer to Flex 2.4 2011-10-27.</p>

                
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Lisa,

   This was an issue in 3.1 and was fixed in 3.2. You can find the source code fix on GitHub if you are a developer.
0 Kudos