Quote:
Originally Posted by byalik
Is there an easy way/mod to add links to other sites by placing them in the sidebar of the forum, cms, blog, etc...?
|
Add them with the <a href tag.
i.e.
HTML Code:
<a href="https://vborg.vbsupport.ru">Link Description</a>
Or if you want the link to open in a new window add target="_blank". Like this:
HTML Code:
<a href="https://vborg.vbsupport.ru" target="_blank">Link Description</a>
And replace:
Code:
https://vborg.vbsupport.ru
With the urls that you want to add.