I use blogger. Now I want to add a one html link.But the problem is I am getting error as the link contain "&" sign in it. error reads as and the link is i have also attached the img screen shot of this.
replace & with & so: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business= change it to https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
What he said. In your source code change & to & - it'll show up as & in the link, but needs to be replaced with the character entity due to how the amphersand character is parsed.