JamieR Report post Posted September 21, 2011 <map borderColor="DEE8F4" fillColor="033c7d" hoverColor="0a579f" showCanvasBorder="0" showLabels="0" animation="0" showBevel="0" clickURL="" hoverOnEmpty="1" baseFontColor="033c7d"><data><entity id="AK" link="javascript:lightBox('AK')" color="F57540" toolText="" showLabel="1"/></data><styles><definition><style name="TT" type="font" color="033c7d" bgColor="ffffff"/></definition><application><apply toObject="ToolTip" styles="TT"/></application></styles></map> Here is my code and what I want is just the Alaska label to show up. It is not working right now. Is there something else that I'm doing wrong? Share this post Link to post Share on other sites
Swarnam Report post Posted September 21, 2011 Hi Jamie, Could you please try once with the following code: <map borderColor="DEE8F4" fillColor="033c7d" hoverColor="0a579f" showCanvasBorder="0" showLabels="0" animation="0" showBevel="0" clickURL="" hoverOnEmpty="1" baseFontColor="033c7d"><data><entity id="AK" color="F57540" toolText="cdghdgd" showLabel="1" link="javascript:lightBox(AK);" /></data><styles><definition><style name="TT" type="font" color="033c7d" bgColor="ffffff"/></definition><application><apply toObject="ToolTip" styles="TT"/></application></styles></map> I hope this helps. Share this post Link to post Share on other sites