On Sep 1, 10:56 am, Mark <[email protected]> wrote:
> On Aug 31, 1:37 pm, "[email protected]" <[email protected]>
> wrote:
>
> > Have you seen Mike Williams' v2 tutorial?http://econym.org.uk/gmap
>
> > It covers most of the issues:http://econym.org.uk/gmap/basic6.htm
>
> > It is for v2 of the API but these concepts are common.
>
> >   --  Larry
>
> I was able to get things figured out with these links. Last night I
> decided to move the markers over to a mysql database. Now that it's
> all working good on the database I wanted to revisit a piece of
> javascript.
>
> You provided me this example...
>
> var html = ""<b>"+name+"<\/b><p>"+address+"<br>"+website
> +"<br>"+description;
>
> I ended up using this so I could apply CSS and it works perfect...
>
> var html = "<h1>"+name+"</h1><p class='address'>"+address+"<\/p><p
> class='description'>"+description+"<\/p><p>"+website;
>
> Some of the tutorials I found use something a bit different to format
> the URL and it looks like this may be a cleaner way to work with the
> url...
>
> <p class='web'><a href='"+website+"'>"Link"</a></p>
>
> When I tried to adapt this, it breaks my map. What am I missing?

Don't know.  Where is the broken map?  Probably the quoting though...
Why is "Link" in quotes?

  -- Larry

>
> Thanks,
> Mark

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to