<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML&#187; Tag Html</title>
	<atom:link href="http://htmlindex.net/tag/tag-html/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Thu, 24 May 2012 04:46:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>What is the html code when placing multiple links on a single image?</title>
		<link>http://htmlindex.net/html/what-is-the-html-code-when-placing-multiple-links-on-a-single-image</link>
		<comments>http://htmlindex.net/html/what-is-the-html-code-when-placing-multiple-links-on-a-single-image#comments</comments>
		<pubDate>Sun, 14 Feb 2010 19:19:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Coords]]></category>
		<category><![CDATA[Element Tag]]></category>
		<category><![CDATA[Free Image]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[Html Links]]></category>
		<category><![CDATA[Html Tag]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Image Map]]></category>
		<category><![CDATA[Image Mapping]]></category>
		<category><![CDATA[Image Maps]]></category>
		<category><![CDATA[Img Src]]></category>
		<category><![CDATA[Leaves]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Quot]]></category>
		<category><![CDATA[Tag Html]]></category>
		<category><![CDATA[Usemap]]></category>
		<category><![CDATA[Www Image]]></category>
		<category><![CDATA[Www Maps]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/what-is-the-html-code-when-placing-multiple-links-on-a-single-image</guid>
		<description><![CDATA[What is the html code when placing multiple links on a single image? For example&#8230; the image is a tree with three leaves. Rather than having the entire image being a link, how would I set up an html code that makes each individual leave a link? To place multiple links on a single image &#8230; <a href="http://htmlindex.net/html/what-is-the-html-code-when-placing-multiple-links-on-a-single-image">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml%252Fwhat-is-the-html-code-when-placing-multiple-links-on-a-single-image%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22What%20is%20the%20html%20code%20when%20placing%20multiple%20links%20on%20a%20single%20image%3F%22%20%7D);"></div>
<p>What is the html code when placing multiple links on a single image? For example&#8230; the image is a tree with three leaves. Rather than having the entire image being a link, how would I set up an <a href="http://htmlindex.net" target=_self>html code</a> that makes each individual leave a link?<br />
<br />To place multiple links on a single image you need an image map.  You associate the image map with the image by giving the image map a name and referring to this name with you IMG tag&#8217;s USEMAP attribute.  Within your map you will need one area element (tag) for each link.</p>
<p>Here is a simple example:</p>
<p>&lt;img src=&quot;tree.jpg&quot; alt=&quot;tree&quot; usemap=&quot;leaves&quot; width=&quot;100&quot; height=&quot;150&quot;&gt;<br />
&lt;map name=&quot;leaves&quot;&gt;<br />
&lt;area coords=&quot;25,0,74,49&quot; alt=&quot;Leaf 1&quot; href=&quot;leaf-1.html&quot; title=&quot;Leaf 1&quot;&gt;<br />
&lt;area coords=&quot;0,50,49,99&quot; alt=&quot;Leaf 2&quot; href=&quot;leaf-2.html&quot; title=&quot;Leaf 2&quot;&gt;<br />
&lt;area coords=&quot;50,50,99,99&quot; alt=&quot;Leaf 3&quot; href=&quot;leaf-3.<a href="http://htmlindex.net" target=_self>html</a>&quot; title=&quot;Leaf 3&quot;&gt;<br />
&lt;/map&gt;</p>
<p>To aid the process of creating your map, there are lots of free image mapping sites.  The one that I use is http://www.image-maps.com/</p>
<p>For more information, and an example, see http://www.html-tags-guide.com/html-map-tag.html</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fwhat-is-the-html-code-when-placing-multiple-links-on-a-single-image';
  addthis_title  = 'What+is+the+html+code+when+placing+multiple+links+on+a+single+image%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html/what-is-the-html-code-when-placing-multiple-links-on-a-single-image"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Attribute' rel='tag' target='_blank'>Attribute</a>, <a class='technorati-link' href='http://technorati.com/tag/Coords' rel='tag' target='_blank'>Coords</a>, <a class='technorati-link' href='http://technorati.com/tag/Element+Tag' rel='tag' target='_blank'>Element Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Image' rel='tag' target='_blank'>Free Image</a>, <a class='technorati-link' href='http://technorati.com/tag/html+code' rel='tag' target='_blank'>html code</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Links' rel='tag' target='_blank'>Html Links</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Tag' rel='tag' target='_blank'>Html Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Tags' rel='tag' target='_blank'>Html Tags</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Map' rel='tag' target='_blank'>Image Map</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Mapping' rel='tag' target='_blank'>Image Mapping</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Maps' rel='tag' target='_blank'>Image Maps</a>, <a class='technorati-link' href='http://technorati.com/tag/Img+Src' rel='tag' target='_blank'>Img Src</a>, <a class='technorati-link' href='http://technorati.com/tag/Leaves' rel='tag' target='_blank'>Leaves</a>, <a class='technorati-link' href='http://technorati.com/tag/Lt' rel='tag' target='_blank'>Lt</a>, <a class='technorati-link' href='http://technorati.com/tag/Quot' rel='tag' target='_blank'>Quot</a>, <a class='technorati-link' href='http://technorati.com/tag/Tag+Html' rel='tag' target='_blank'>Tag Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Usemap' rel='tag' target='_blank'>Usemap</a>, <a class='technorati-link' href='http://technorati.com/tag/Www+Image' rel='tag' target='_blank'>Www Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Www+Maps' rel='tag' target='_blank'>Www Maps</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/what-is-the-html-code-when-placing-multiple-links-on-a-single-image/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: htmlindex.net @ 2012-05-24 23:07:53 -->
