Census.ie link on your site

This code allows administrators and web developers to create the Census Logo & Link on their Websites. There are 4 options:

1. This code displays a small logo and link with no text:
 

<a title="visit the census 2011 website here" href="http://census.ie/"><img src="http://census.ie/_images/census2011-Small.gif" alt="Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 website" /></a>

Example:

Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 website

2. This code displays a medium logo and link with no text:
 

<a title="visit the census 2011 website here" href="http://census.ie/"><img src="http://census.ie/_images/census2011-Small-Medium.gif" alt="Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 website" /></a>

Example:

Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 website


3. This code displays a small logo and link with text:
 

<a title="visit the census 2011 website here" href="http://census.ie/"><img src="http://census.ie/_images/census2011-Small.gif" alt="Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 website" />Visit the Census 2011 Website</a>

Example:

Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 websiteVisit the Census 2011 Website

4. This code displays a medium logo and link with text:
 

<a title="visit the census 2011 website here" href="http://census.ie/"><img src="http://census.ie/_images/census2011-Small-Medium.gif" alt="Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 website" />Visit the Census 2011 Website</a>

Example:

Census 2011 - Make Your Mark - An Image Of the Census Logo - visit the census 2011 websiteVisit the Census 2011 Website