What I would suggest is that you add the text "Titanic" and then add an annotation to make it a link:
doc.SetAnnotation(Range(textstart, textend), "link/manual", "http:// titanicthemovie.com") Alan On Oct 23, 12:25 pm, "Austin Chau (Google employee)" <[email protected]> wrote: > This is the list of all the html tags that I know are being handled at the > moment: <p>, <div>, <b>, <strong>, <i>, <em>. > > Austin > > > > On Fri, Oct 23, 2009 at 9:17 AM, Andrew <[email protected]> wrote: > > > Hi again, > > > One of the bots I'm currently writing needs to insert various hyper- > > links into child blips. The bot seems to be working OK most of the > > time, but some of the hyper-links it's inserting seem to not make it > > into the blip. > > > For example, this test hyper-link never makes it into a blip: > > > textView.appendMarkup("<a href=\"http://www.imdb.com/find? > > s=tt&q=Titanic\">Titanic</a>"); > > > My logging shows that I have definitely added it to the blip, as > > TextView.getText() returns... > > > Titanic > > > Moreover, any other text I try to add after that don't make it into > > the blip (though all the text before does) - it just seems to stop. > > > This is from the TextView.appendMarkup(java.lang.String content) > > JavaDoc: > > > "Any white-listed and supported HTML tags will be converted into the > > proper annotations and conform to the wave XML schema. Anything > > unsupported will be ignored." > > > Does this URL not conform? > > > Thanks, > > > A --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Wave 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-wave-api?hl=en -~----------~----~----~----~------~----~------~--~---
