I have a problem with texts. Using the Adobe Viewer the SVG below displays the "click here" link neatly in front of the preceding text regardless of the size of the browser window. However using Firefox 1.5.0.6 or Opera 9.0.1 the gap between the two texts varies (can overlap) according to the size of the browser window. Any suggestions?
Thanks, Richard. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg> <svg id="containerSVG" version="1.1" baseprofile="full" width="100%" height="100%" zoomAndPan="disable" viewBox="0 0 1000 600" xmlns="http://www.w3.org/2000/svg" xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet"> <g id="areatext" visibility="visible"> <text x="500" y="319" id="profile1" font-size="12px" font- family="Arial" startOffset="0">Local Authority:</text> <text y="319" id="profile2" font-weight="bold" font-size="12px" font-family="Arial" startOffset="0" x="585">Fareham</text> <text x="500" y="333" id="profile5" font-size="12px" font- family="Arial" startOffset="0">in Region:</text> <text y="333" id="profile6" font-weight="bold" font-size="12px" font-family="Arial" startOffset="0" x="585">South East</text> <text x="499" y="352" id="profile7" font-size="12px" font- family="Arial" startOffset="0">To view indicators available at Super Output Area Lower Layer</text> <a xlink:href=""> <text y="352" fill="blue" id="profile8" onclick="alert ('hello')" text-decoration="underline" font-size="12px" font- family="Arial" startOffset="0" x="835">click here</text> </a> </g> </svg> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

