On Nov 14, 11:00 am, Arjen H <[EMAIL PROTECTED]> wrote:
> I'm using Google GDirections in this 
> site:https://doetinchem.gemgids.nl/verkeerskaart
> When I print the directions in FF or Chrome, the text-directions are
> scattered with '(javascript:void))).' texts. Because firebux doesn't
> handle paper very well (or the print preview page) I have no clue what
> causes this. Any ideas?

The figures are links, and "javascript:void(0)" is the value of the
href destination. I can reproduce it with the page you reference, but
Mike's directions tutorial doesn't do it. So it must be something with
printing your page.

There is this in print.css:

#content a:after {
content:" (" attr(href) ")";
font-size:90%;
font-style:italic;
}

which looks a likely candidate.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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