Linking to Us

IBDE logo with subtext Web Essentials and Web Advanced

Right click this image, then click "save picture as" or "save image as" if you would like to use it in your link to our website.

We encourage our partners to link to us. The simplest method is to copy and paste the following code into an existing page you wish to link from. However, if you have a webmaster for your project you can have them prepare the link however they see fit. You should download the JPEG logo image on the right or create the necessary link code and graphic within your own web department rather than linking to the image on our website as in the examples below:


Regular HTML Example:

<a href="http://www.ibde.ca/" title="Visit the IBDE Homepage">
<img src="https://www.ibde.ca/sites/default/files/images/ibde-logo.png"
alt="IBDE: Internet Business Development for Entrepreneurs">
</a>

XHTML Example:

<a href="http://www.ibde.ca/" title="Visit the IBDE Homepage">
<img src="https://www.ibde.ca/sites/default/files/images/ibde-logo.png"
alt="IBDE: Internet Business Development for Entrepreneurs" />
</a>