CapMac

created by Giles Bateman


To display this 80 x 15 web microbadge so that it opens the CapMac web site in the same browser window when clicked on, use the following code:
Code:
<a href="http://www.capmac.org/"><img src="http://www.capmac.org/images/badges/8-CapMac_microbadge_purple.jpg" alt="CapMac" width="80" height="15" border="0" /></A>
To display this 80 x 15 web microbadge so that it opens the CapMac web site in a new browser window when clicked on, use the following code:
Code:
<a href="http://www.capmac.org/" target="_blank"><img src="http://www.capmac.org/images/badges/8-CapMac_microbadge_purple.jpg" alt="CapMac" width="80" height="15" border="0" /></A>