Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/imagemap.php on line 1

Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/imagemap.php on line 1

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/imagemap.php on line 1

Imagemap


Imagemap is a method to make links on a picture, for example on text on the pic. It's not too difficult, just follow this tutorial. I want to imagemap this picture;





1. When you've finished the pic in photoshop an have areas you want to link, open it in Imagemap.


2. Choose Rectangle Imagemap Tool.

3. Mark the area you want linked, and write your URL in the box you see above. You have to make a new selection for each link (see example.)

4. Now, choose Edit > Copy HTML Code > For All Slices; example. Open a blank notebook page or something similar, and paste. Then you should have a code like this:

<img src="images/Untitled-1.gif" width="350" height="200" border="0" alt="" usemap="#Untitled_1_Map">
<map name="Untitled_1_Map">
<area shape="rect" alt="" coords="46,135,282,165" href="www.black-stripes.net">
<area shape="rect" alt="" coords="132,79,318,109" href="www.black-stripes.net">
<area shape="rect" alt="" coords="29,35,204,63" href="www.black-stripes.net">
</map><br>


5. Upload your pic, and copy the url. Where it says <img src="images/Untitled-1.gif" you exchange images/Untitled-1.gif with your url. Then paste this code where you want your pic.


6. There you go :)
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/imagemap.php on line 43

Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/imagemap.php on line 43

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/imagemap.php on line 43