
created by Brandon Bielstein
To display this 88 x 31 web badge 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/2-capmacbanner8831.gif" alt="" width="88" height="31" border="0" /></A> |
|
|
To display this 88 x 31 web badge 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/2-capmacbanner8831.gif" alt="" width="88" height="31" border="0" /></A>
|
|
|