I'm using pop-up windows to show some descriptive information on geographical areas. The text is quite long and I want to add in some breaks. Any suggestions on how I can do this? Text I'm using at the moment is as follows:
<![CDATA[The rental 'asking price' for the average property in this area in 2012 was <b>€{R_AVPR_12}</b>. At peak prices(2007), the average rental 'asking price' was <b>€{R_AVPR_07}</b>. ]]> <![CDATA[This represents a change in average rental 'asking price' of <b>{R_AV_FALL}%</b>. The average property rental 'asking price' in the country is currently (late 2011) <b>€583</b>, down <b>-26%</b> from <b>€790</b> in 2007. ]]> <![CDATA[In this area average asking rental prices in 2012 for 2 Beds are <b>€{R_2BT_12}</b>, 3 Beds are <b>€{R_3BS_12}</b> and 4 Beds are <b>€{R_4BB_12}</b> . ]]>
Also - are there any example of how to include a bar chart/histogram within the pop-up window?