<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"><p><br>
<media <br>
href=<a class="moz-txt-link-rfc2396E" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=terkelsorensen%40gmail%2ecom&lc=US&no_note=0&currency_code=DKK&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest">"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=terkelsorensen%40gmail%2ecom&lc=US&no_note=0&currency_code=DKK&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest"</a>
<br>
type="image" mime="image/png" <br>
src="figures/paypal.png"/><br>
</p></font><br>
<br>
The problem is '&' in the href-tag..<br>
If I use '&' 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 ‘donate’ was not found in the
document ‘<a class="moz-txt-link-freetext" href="ghelp:/path/to/my/app/help/C’">ghelp:/path/to/my/app/help/C’</a>.</p>
</div>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<br>
So is there an way fix this? <br>
<br>
<br>
<br>
</body>
</html>