Linking to The Dart Thrower

Linking to this site does not require permission.
Just go ahead, you do not need to ask.


If you just want to place a text link on your site, use the URL http://www.dartbase.com

Below there are some possible link forms with the corresponding HTML code next to them.
If you like to be lazy just copy the code and paste it into your page. ;-)

Text link:

dartbase.com - The Dart Thrower

Logo:

dartbase.com - The Dart Thrower

"Deep-Linking"

Not linking to a site's homepage but to a particular page within a project (like to a certain article in case of dartbase.com) is called "deep-linking".

For dartbase.com such "deep-linking" is perfectly okay, but it should be done right. If you just link to, say, the technics page, and you write

<a href="http://www.dartbase.com/technics.htm">Technique</a>

then this page will open without the normally surrounding navigation. This is not very useful.
On dartbase it is possible to link such a page WITH the frameset surrounding it.
For the technique page, this would look like this:

http://www.dartbase.com/frames.php3?x=technics.htm

So, generally, if you want to link to a specific page including the navigation you should use this URL form:

http://www.dartbase.com/frames.php3?x=your_desired_page.htm

It is up to you if you want to open a link to dartbase.com in the same browser window or in a new one.