Hello,
I added CKEditor into my forum system and now I'm having an issue with the links users include in there posts.
If I add a link to Goolge for example. The link is being posted into my database as:
<p><a href=\"http://www.google.com\">Google</a></p>
Therefore, when the link is clicked the user is being redirected to:
http://www.mysite.com/"http://www.google.com"
Can someone tell me how I can fix this issue?
Thanks in advance