Insert a link to a file or external site at this point on the page
The standard link block can use the file browser to supply the relative address of a file or page on your site.
Or a full url to a file or page anywhere on the web.
The "Title" is the text that will show on the page for the user to click on
You can also set a text color for the link and a css class
html code for a link
<a href="URL">TEXT</a>Force download
You can force a file on xtgem to download instead of opening in the browsers default application using a special 'get' variable added to the address
?__xt_download=1Example<a href="/my_video/FunnyCat.3gp?__xt_download=1">FunnyCat.3gp</a>