- Joined
- Sep 4, 2017
- Messages
- 689
- Reaction score
- 177
Hi,
i found a phpBB Forum where i would like to insert in the profile a html link as well in the profile description.
I already tried it with
,
and
but its not working.
Does anybody know how to inser there a clickable html link?
The forum is in russia, maybe there is a differents... Thanks a lot!
i found a phpBB Forum where i would like to insert in the profile a html link as well in the profile description.
I already tried it with
Code:
<a href="https://domain.com">Text</a>
Code:
[url]https://domain.com[/url]
Code:
[url=https://domain.com]Text[/url]
Does anybody know how to inser there a clickable html link?
The forum is in russia, maybe there is a differents... Thanks a lot!