I am trying to append a link to the text as shown below:
<a href=\"http://blog.sysil.com/?page_id=5\">Contact Us</a> <br />Copyright © 2010 Stanley Lee. All Rights Reserved.
However, it is not linking properly. Do you know what is causing the linking error? Thanks in advance for your help!
The backslashes (
\) before the quotation marks in your anchor tag are the problem; you only need those if you are trying to escape them in a string of a programming language (for example PHP).Try: