<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello.<br>
    <br>
    I am trying to insert an paypal-donate link in my help-dialog(<a
      href="mailto:mallard-list@projectmallard.org">projectmallard</a>)<br>
    The link look like this:<br>
    <font color="#666666">&lt;p&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;media <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      href=<a class="moz-txt-link-rfc2396E" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=terkelsorensen%40gmail%2ecom&amp;lc=US&amp;no_note=0&amp;currency_code=DKK&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest">"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=terkelsorensen%40gmail%2ecom&amp;lc=US&amp;no_note=0&amp;currency_code=DKK&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest"</a>

      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type="image" mime="image/png" <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; src="figures/paypal.png"/&gt;<br>
      &lt;/p&gt;</font><br>
    <br>
    The problem is '&amp;' in the href-tag..<br>
    If I use '&amp;' then the help-dialog response with:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <div class="title" style="margin-left: 30px; margin-bottom: 0.2em;
      font-weight: bold; color: rgb(108, 108, 108); font-family: Ubuntu;
      font-style: normal; font-variant: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; background-color: rgb(253, 253,
      189); font-size: medium; ">Page Not Found</div>
    <div class="contents" style="margin-left: 30px; color: rgb(60, 60,
      60); font-family: Ubuntu; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; background-color: rgb(253, 253,
      189); font-size: medium; ">
      <p style="margin-top: 1em; margin-right: 0px; margin-bottom: 0px;
        margin-left: 0px; ">The page &#8216;donate&#8217; was not found in the
        document &#8216;<a class="moz-txt-link-freetext" href="ghelp:/path/to/my/app/help/C&#8217;">ghelp:/path/to/my/app/help/C&#8217;</a>.</p>
    </div>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <br>
    So is there an way fix this? <br>
    &nbsp;<br>
    <br>
    <br>
  </body>
</html>