kmorse Report post Posted January 17, 2008 (edited) See example: Run mouse pointer over visible marker and observe tool text. this is the code I am using, cribbed (correctly, as best as I can tell, but with the "<" characters removed) from the FusionMaps examples: markers> definition> marker id='CO' x='248.74' y='183.05' /> /definition> application> marker id='CO' shapeId='arc' toolText='Canada<BR>2 Managers<BR>11 Staff'/> /application> /markers> Why are the HTML tags appearing? If you wish, I can post the entire block of code, minus the "<" tags removed, since apparently we can't post large blocks of code on the forum. Many thanks in advance, Keith Morse Edited January 17, 2008 by Guest Share this post Link to post Share on other sites
Mahoutsoukai Report post Posted January 18, 2008 (edited) In the text in quotes, you have to replace the angular brackets '<', '>' by their HTML equivalents, i.e. (ampersand)lt; and (ampersand)gt; to make it HTML compatible... then it works for me, anyhow Edited January 18, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 18, 2008 hi, Can you please try adding a font style for TOOLTIP and in that style definition add isHTML='1'? Share this post Link to post Share on other sites
kmorse Report post Posted January 18, 2008 Thank you for the "tip" on toolTips. It worked and I am on to my next step. Cheers, Keith Morse Denver Post Share this post Link to post Share on other sites