Hi Alan and Massimo, Thanks for your replies.
A("Learn more ยป",_href='....')
>
This renders to greater than symbols.
and it will be converted to what you want automatically. Or
>
> A(XML("Learn more &ranquo;"),_href='....')
>
This works after I changed it to:
XML("View details »")
For some reason &ranquo isn't being converted to an angle quotation mark.
Kind regards,
Annet.

