Okay, I'm having a really bizarre problem when trying to put links in my posts.
This works:
These don't work:
In the first case, it just prints
In the second case, the equals sign (=) is converting to its entity code, =, which then breaks the link.
I have HTML and BBCode enabled both in the ACP and in my profile.
Example post
EDIT:
slg - thanks for the advice, but you're not reading the problem correctly. That code doesn't work - it just prints that entire code out on the page, it doesn't convert it to a clickable link.
This works:
- Code:
[url]http://www.google.com[/url]
These don't work:
- Code:
[url=http://www.google.com]Google[/url]
<a href="http://www.google.com">Google</a>
In the first case, it just prints
- Code:
[url=http://www.google.com]Google[/url]
In the second case, the equals sign (=) is converting to its entity code, =, which then breaks the link.
I have HTML and BBCode enabled both in the ACP and in my profile.
Example post
EDIT:
slg - thanks for the advice, but you're not reading the problem correctly. That code doesn't work - it just prints that entire code out on the page, it doesn't convert it to a clickable link.
Last edited by Kestrana on Thu 8 Dec - 15:31; edited 4 times in total