Hi Ralph, I have started some more work on my map.
using the XML file to display marker points is it possible to integrate HTML to formatXML marker points? This would enable me to format the contents of the sidebar. I would also like to add a label to the top of each side bar. On my previous map I was using this (the marker info was formatted within a div): var point = new GLatLng(52.190575,-1.703870); var marker = createMarker(point, "Shakespeare Theatres",'<div style="width:240px; margin-left:40px;"><p><a href="attractions/ shakespeares-theatres.html">Shakespeares Birthplace</a><a href="attractions/shakespeares-theatres.html"><img src="images/ attractions/shakespeares-theatres-thumb.jpg" alt="Shakespeares Theatres" /></a><br /><a href="attractions/shakespeares- theatres.html">Find out more</a></p></div>') map.addOverlay(marker); Once again thanks for your help :-) On Aug 29, 5:30 pm, benji <[EMAIL PROTECTED]> wrote: > Hi Ralph, > > I really appreciate your feedback on this. > > haven't got the time to look at it the code now but will investigate > over the weekend. > > It looks good i need to work on formatting and see if i can get the > columns to stay in place rather than collapse in. > > That might be tricky... > > Thanks once again for your help! > > On Aug 29, 4:55 pm, Ralph Ames <[EMAIL PROTECTED]> wrote: > > > >Is this possible and if so how do I do it? I'm finding it tricky to > > >mash 2 tutorials together... > > > I'm not sure if this is exactly what you want, but it might help. > > >http://www.easypagez.com/examples/bills.html > > > Ralph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
