fgoncalves Report post Posted September 19, 2012 (edited) Hi... How can i break a line a label in the marker in FusionMap rendering by javascript? When i used flash, i needed to put just '\r\n' , but it's doesn't work to javascript ! Tks Edited September 19, 2012 by fgoncalves Share this post Link to post Share on other sites
fgoncalves Report post Posted September 20, 2012 Hi... How can i break a line a label in the marker in FusionMap rendering by javascript? When i used flash, i needed to put just '\r\n' , but it's doesn't work to javascript ! Tks i found the solution in FusionMaps docs ! I need put the tag {br} ... Thank you ! Share this post Link to post Share on other sites
Swarnam Report post Posted September 20, 2012 Hi, To separate a marker label into multiple lines, try using the {br} pseudo code, which is equivalent to <BR> HTML tag. Ref. Code: <marker id='HO' x='140.09' y='165.19' label='Head {br} Office' /> Hope this helps. Share this post Link to post Share on other sites