Hi,
I've run into weird situation that I cannot resolve. I have a text
with following structure (simplified)
<A href=somelink><img src=someimage><div>help text to that
image<div></a>
the reason why is that so i that I'm using JQuery plugin that does
automatic "help window" but its limited to very next HTML element (and
I need that on image, so when I'd put DIV after the end of A, it
wouldnt work).
When sending that to google translation api, the text I get back
looks like this
<A href=somelink><img src=someimage></a><div>help text to that
image<div>
please note the end of the A tag ... that makes the help popup not
work, of course :(
And I have no idea why is google translation api changing my DOM
code, and how to fix it, any ideas please ?
Thank you
Radek
--
You received this message because you are subscribed to the Google Groups
"General" 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-translate-general?hl=en.