How to create a link to the Microarea site
To insert on your website the link to our Microarea portal, paste and copy the following html code lines on your web page:
(It is important to keep the character slash "/" at the end of the web addresses)
<a href="http://www.microarea.it/Portal/int/" title="Microarea official web site" target="_blank">Microarea official web site</a>
If you want to create a link to the Microarea website by using an image:
- Download the image (right click on the image shown below, then Save Image As to save it on your disk)
- Add the snippet to your web page.
<a href="http://www.microarea.it/Portal/int/" title="Microarea official web site"><img src="Microarea.gif" title="Microarea official web site" alt="Microarea official web site" width="149" height="35" border="0" /></a>