betamax
08-04-2006, 11:35 AM
I've got a bit of a strange problem here. I'm trying to add a bold hyperlink into some dynamic text which is loaded from XML.
XML:<likes><![CDATA[Batman, <a href='Playstation'><b>Playstation games</b></a>, gadgets.]]></likes>This all works fine until I add the bold tag to the XML. After adding the bold tag the 'P', 't', 'm' and the 's' are dropped from the link so the hyperlink reads 'layaion gae' it displays in bold though. If I remove the bold tag it displays fine. It seems like a font embedding issue but I have checked this and all seems to be fine.
Any ideas much appreciated.
Thanks
XML:<likes><![CDATA[Batman, <a href='Playstation'><b>Playstation games</b></a>, gadgets.]]></likes>This all works fine until I add the bold tag to the XML. After adding the bold tag the 'P', 't', 'm' and the 's' are dropped from the link so the hyperlink reads 'layaion gae' it displays in bold though. If I remove the bold tag it displays fine. It seems like a font embedding issue but I have checked this and all seems to be fine.
Any ideas much appreciated.
Thanks