Quote:
Originally Posted by RedTyger
That's not HTML code, that's BBCode which is restricted to forum posts only. You must use proper (X)HTML code.
For what you wanted above, use:
Code:
<a href="https://vborg.vbsupport.ru/showthread.php?t=131150">Like this</a>
To have the link open in a new window, use:
Code:
<a href="https://vborg.vbsupport.ru/showthread.php?t=131150" target="_blank">Like this</a>
|
Oh...thank you much so!!!