Just stumbled upon this. An easier way to remove the link (which I do)
is to use css like so:

.gmnoprint div div div font {
        display: none !important;
        }

The link is the only time the <font> tag is used in the info window.
The !important just overrides the inline styling.

Hope this is of some help to someone.

On Jul 10, 6:52 am, Mike Williams <[EMAIL PROTECTED]> wrote:
> Wasn't it agostumpy who wrote:
>
>
>
> >I can't see where you did that, yet your infowindows don't show the
> >green link.
>
> I used KML, not GeoRSS for that example, and there was no <link> in the
> data.
>
> Are you sure it's not possible to remove the <link> entry from the feed?
> Or, perhaps better, arrange for the <link> to point to a page that
> provides details of the churches listed for that country.
>
> If not, then you've got to look inside the existing
> iwtabs[0].contenetElem.innerHTML and remove the bits you don't want.
> It's not quite as easy as you think because it's the *red* bit that's
> the actual link, the green bit just tells you where the red link is
> going to take you.
>
> Here's an example of what you get in iwtabs[0].contenetElem.innerHTML
>
> <div style="font-weight: bold; font-size: medium; margin-bottom: 0em;">
>   <a href="http://temp.eemeurope.org/directory/germany";>Germany</a>
> </div>
> <div>
>   <font style="color: rgb(0, 128, 0);">temp.eemeurope.org</font>
> </div>
> <div id="iwsw">
>   2 Churches listed
> </div>
> <div class="iw" firstcard="actions" id="wizard" style="padding-top:
> 0.7em;">
> </div>
>
> The string manipulation required to remove the link, without removing
> the word "Germany", and to remove the green stuff, is not trivial.
>
> --http://econym.googlepages.com/index.htm
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to