nacho wrote:
Hi, i want to put a link like this:

Hyperlink lnkBackToInbox = new Hyperlink("« Back to Inbox", "#");

but when i put the link in the hosted page i get the following:

� Back to Inbox

Could you just use the HTML entity for the symbol, rather than the actual code-point?

new Hyperlink("« Back to Inbox", true, "#");

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.


Reply via email to