Canterbury Line Drawing Linking to the Tour

I am always delighted when people want to put a link from their pages to the Canterbury Tour. I'm even more happy when people tell me that they are going to do so, so please drop me an email using my visitor's book.

The correct URL to use for the Tour is
  http://www.hillside.co.uk/tour/
You may also wish to link to the Canterbury Web site:
  http://www.cantweb.co.uk/

If you would like to include a photo or some photos from the Tour in your page, then please ask. I've never refused a request yet, but I am anxious to preserve my copyright on these photos, so will ask you to give me appropriate credit and also assert my copyright.

Logos

I've had a couple of requests for logos that can be used as a button to link to the Tour, and this page is designed to give you a button and the HTML that's needed to use it. I've squeezed this down to a small image (width=100, height=40), please talk to me if you want a larger one.

Simple

The Canterbury Tour, a unique virtual walk around this ancient city Here's the HTML that you need to include to get this simple button:
<a href="http://www.hillside.co.uk/tour"> <img src="http://www.hillside.co.uk/tour/external/cant_tour.jpg"
width=100 height=40 border=0
alt="The Canterbury Tour, a unique virtual walk around this ancient city"></a>

Javascript

Visit the Canterbury Tour Here's the somewhat more complex HTML and embedded Javascript that you need to get this changing image (hint: move your mouse into the image - if nothing happened you are using a browser that is either Netscape 2 or Internet Explorer 3 or earlier).
<SCRIPT LANGUAGE = "JavaScript">
<!--
var hasImage = false;
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer >= 3) ||
  (bName == "Microsoft Internet Explorer" && bVer >= 4)) {
  hasImage = true;
  toff = new Image();
  toff.src = "http://www.hillside.co.uk/tour/external/cant_tour.jpg";
  ton = new Image();
  ton.src = "http://www.hillside.co.uk/tour/external/cant_back.jpg";
}
function tourfr() {
  if (hasImage == true) {
    document['tour'].src = ton.src;
  }
}
function tourbk() {
  if (hasImage == true) {
    document['tour'].src = toff.src;
  }
}
// -->
</SCRIPT>
<a href="http://www.hillside.co.uk/tour"
  onMouseOver = "tourfr();"
  onMouseOut = "tourbk();">
<img name="tour" src="http://www.hillside.co.uk/tour/external/cant_tour.jpg"
width=100 height=40 border=0
alt="Visit the Canterbury Tour"></a>

© Copyright Peter Collinson 1998, All rights reserved.
This page last changed on 13th October 2002