Linking

From Milnet.ca Wiki
Jump to navigationJump to search

Links to this site

For those wishing to add a link to Army.ca from their own page, here are some options for you. The HTML code is provided in each case, and you can simply cut and paste it into your pages to add the link. The images are all stored on the Army.ca server, so you need not keep a copy of them.

Simple Text Link

This is the simplest way to link to Army.ca, and consists of a text link only. HTML code:

<a href="http://Army.ca">Army.ca</a>

Viewed through the web, this will look like:

Army.ca

Army.ca Banner

This is a standard (468x60) banner which provides a more "visial" link to Army.ca. HTML code:

<a href="http://Army.ca"><img src="http://Army.ca/img/Army.ca-468x60.png" border="0"></a>

Viewed through the web, this will look like:

http://Army.ca/img/Army.ca-468x60.png

Army.ca Link Button

This small button allows links to Army.ca to be placed nearly anywhere without taking up too much real estate. HTML code:

<a href="http://Army.ca"><img src="http://Army.ca/img/Army.ca-Button.png" border=0></a>

Viewed through the web, this will look like:

http://Army.ca/img/Army.ca-Button.png

If you have any questions about how to add a link, please contact me at Army [at] Army.ca.