Link to the SALTO resources

SALTO has created over the years several tools and databases useful for international youth projects. It is possible to benefit from these resources and link directly into our different tools and databases. And it is easy!

Of course it is possible to simply link to www.SALTO-YOUTH.net, but you could make the links to SALTO on your website much more specific and targeted. It is like pointing out a specific relevant paragraph or chapter to your users, in stead of giving them a book.

Here is an explanation on how you couldmake use of the SALTO resources and make more of your website (and a short introduction on how to customise links).

Link to: Pages | Toolbox | Training Calendar| TOY | Links PagesHow?

Link to a specific SALTO Page

On the bottom of every page on the SALTO website you will find the URL (webaddress) to which you can link (tell me how). The page you link to will automatically appear with the SALTO navigation on top.

Most SALTO pages have the simple URL which is composed of http://www.salto-youth.net/ plus the name of the individual page e.g. inclusion, youthinitiatives, toolbox, etc. Easy!

You can find a full overview of all existing SALTO pages at http://www.salto-youth.net/sitemap/where you can 'hover' the links with your mouse in order to see the URL appear in the bottom left 'status bar' of your internet browser, or alternatively you can right click a link and click 'copy shortcut' to past the URL in another document.

^^ top ^^

Link to Training Tools from the Toolbox

You can link to http://www.salto-youth.net/toolbox/but maybe you want to provide to your website-users a link tospecific training tools on a certain priority of your organisation or to a specific training method in the toolbox which you might use or have used in a training course.

SALTO can also create easier links for you, like the existing /toolsinclusion/,  /toolseuromed/,  /toolsdiversity/ etc. Let us know viashould you have a need for this.

You can also promote the possibility to add tools via http://www.salto-youth.net/add-a-tool/where users can register and login to contribute to this online training resource.

^^ top ^^

Link to Training Opportunities from the European Training Calendar

You can link directly to the European Training Calendar via http://www.salto-youth.net/training/but you could also send around a link to one specific training or to a specific list of training activities from the European Training Calendar.

SALTO can also create easier links for you, like /traininginclusion/ etc. Let us know via should you have a need for this.

^^ top ^^

Link to TOY Trainers Online for Youth

If people surfing your website might be interested in finding international trainers, you can link them to http://www.salto-youth.net/toy/, but there is more. Every single trainer has his own TOY profile page and you could also link to a specific group of trainers, e.g. the ones of your country or network in order to put them in the spotlights.

Let SALTO know at should you have an interest in having similar links for a specific target group e.g. trainersbelgium, trainersvisegrad, etc

^^ top ^^

Use our Link Pages

SALTO creates and maintains links pages on the priority topics of the European YOUTH programme. Not just a list of links, but also a little description of what you can find at the other end of the links. You can either link to ourgeneral link menu http://www.salto-youth.net/links/or to our link page on a certain topic (Europe, EuroMed, South East Europe etc) for which you find the URL on the bottom of the page e.g. http://www.salto-youth.net/links/see.html

Visitors (or you) can easily add new links and descriptions on the bottom of the different links pages. SALTO then takes care of editing and adding them to the relevant list(s) of commented links.

^^ top ^^

Making and Customising links

Making links requires a bit of HTML knowledgeif you are not working with web-editor programmes like Frontpage or Dreamweaver. Webpages are basically written in HTML (Hyper Text Markup Language), which is text with the possibility to 'mark up' parts of it, meaning defining parts of texts as a paragraph, as bold, as a title etc. In order to do this HTML uses 'tags' before and after text in order to indicate what type of text there is between the tags. An opening tag(e.g. <p>) is accompanied by a closing tagwith slash (e.g. </p>).

  • <p>This is a paragraph with a bit of <b>bold</b></p>

The internet browser will then translate the tags into pragraphs, bold letters etc according to the definition given to parts of the text by tags.

The tag for a hyperlink is<a>linktext</a>. You need to specify different parameters in the opening tag in order to make the link function properly. The linktext between the <a> and </a> will become clickable in the internet browser. Here are some the different elements you can define in the tag:

  • <a href="URL">linktext</a>: theURL is the website address that you want to link to. This could be the different links given above, starting withhttp://www.salto-youth.net/.
  • Opening a link in a new window: when linking to another website, it is customary to open the new page in a new window. You should add the following in an opening tag: target="_new", which then looks like this <a href="http://www.salto-youth.net" target="_new">Link to SALTO</a> (no spaces in the URL) which links you to the SALTO website in a new window.

For assistance, you can always contact Tony Geudens at

^^ top ^^


Author: Tony Geudens / Last modified: 2007-05-30

Link directly to this page: http://www.salto-youth.net/linktoSALTO/